If a LanguageStrings.txt file has no byte order mark on it, it will assume that it's text in Windows-1252 format.
To avoid it from being processed as Windows-1252 format text, make sure the .txt file is saved in UTF-8 or UTF-16 format, with BOM (Byte Order Mark) set on it.
- Michael
|