We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7707878 commit a0c8c15Copy full SHA for a0c8c15
README.md
@@ -74,13 +74,13 @@ can't compile stuff on their platform.
74
## Character encodings
75
Supported character encodings are:
76
77
-* utf-8
+* UTF-8
78
* latin-1
79
80
-The program validates utf-8 tags, invalid tags are parsed as latin-1. This may
81
-result in mojibake.
+The program auto-detect character encodings, if text is not valid UTF-8 then
+latin-1 is used. This may result in mojibake.
82
83
-Noncharacters in utf-8 are disallowed for security reasons.
+Noncharacters in UTF-8 are disallowed for security reasons.
84
85
* [Which code points are noncharacters?](https://www.unicode.org/faq/private_use.html#noncharacters)
86
0 commit comments