Trivial cleanup
This commit is contained in:
parent
975fe00071
commit
af96e2eec6
1 changed files with 4 additions and 4 deletions
|
@ -90,11 +90,11 @@ Encoding!?
|
||||||
the document WERE written in ANSI with characters beyond ASCII, they
|
the document WERE written in ANSI with characters beyond ASCII, they
|
||||||
may get garbled.
|
may get garbled.
|
||||||
|
|
||||||
UTF-16 - Windows uses this sometimes. Always has a BOM. It is not
|
UTF-16 - Windows uses this sometimes. Ideally always has a BOM. It is not
|
||||||
identical with any other encodings. The whole thing looks like a mess
|
identical with any other encodings. The whole thing looks like a mess
|
||||||
when decoded incorrectly. Apps have to deliberately support it -
|
when decoded incorrectly. Apps have to deliberately support it - usually
|
||||||
usually by including tests to determine when they're dealing with
|
by including tests to determine when they're dealing with UTF-16 or
|
||||||
UTF-16 or something else.
|
something else.
|
||||||
|
|
||||||
|
|
||||||
Advanced XML
|
Advanced XML
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue