OSDN Git Service

docs: hwmon: tmp103.rst: fix bad usage of UTF-8 chars
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Tue, 11 May 2021 15:01:31 +0000 (17:01 +0200)
committerJonathan Corbet <corbet@lwn.net>
Tue, 11 May 2021 17:00:18 +0000 (11:00 -0600)
commitd1f2722d5357d7a5138b1be8bd64946f0a14c81e
tree67020a20d6238656884433db7ca0be347c1a2044
parent6f3bceba03b4f18e0b83261e2fb761e0ad5da625
docs: hwmon: tmp103.rst: fix bad usage of UTF-8 chars

While UTF-8 characters can be used at the Linux documentation,
the best is to use them only when ASCII doesn't offer a good replacement.
So, replace the occurences of the following UTF-8 characters:

- U+2013 ('–'): EN DASH

In this specific case, EN DASH was used instead of a minus
sign. So, replace it by a single hyphen.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Link: https://lore.kernel.org/r/73b3c7c1eef5c12ddc941624d23689313bd56529.1620744606.git.mchehab+huawei@kernel.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/hwmon/tmp103.rst