Skip to content

Commit a0c8c15

Browse files
committed
Clarify text parsing behaviour in docs
1 parent 7707878 commit a0c8c15

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -74,13 +74,13 @@ can't compile stuff on their platform.
7474
## Character encodings
7575
Supported character encodings are:
7676

77-
* utf-8
77+
* UTF-8
7878
* latin-1
7979

80-
The program validates utf-8 tags, invalid tags are parsed as latin-1. This may
81-
result in mojibake.
80+
The program auto-detect character encodings, if text is not valid UTF-8 then
81+
latin-1 is used. This may result in mojibake.
8282

83-
Noncharacters in utf-8 are disallowed for security reasons.
83+
Noncharacters in UTF-8 are disallowed for security reasons.
8484

8585
* [Which code points are noncharacters?](https://www.unicode.org/faq/private_use.html#noncharacters)
8686

0 commit comments

Comments
 (0)