From af96e2eec648a7d6b4be60343b7254229f694ab1 Mon Sep 17 00:00:00 2001 From: Vhati Date: Sat, 7 Sep 2013 04:41:21 -0400 Subject: [PATCH] Trivial cleanup --- skel_common/readme_modders.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/skel_common/readme_modders.txt b/skel_common/readme_modders.txt index 47daa51..923a596 100644 --- a/skel_common/readme_modders.txt +++ b/skel_common/readme_modders.txt @@ -90,11 +90,11 @@ Encoding!? the document WERE written in ANSI with characters beyond ASCII, they 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 - when decoded incorrectly. Apps have to deliberately support it - - usually by including tests to determine when they're dealing with - UTF-16 or something else. + when decoded incorrectly. Apps have to deliberately support it - usually + by including tests to determine when they're dealing with UTF-16 or + something else. Advanced XML