Show messages: All
1-2
3-4
From: Michael Gibson
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
From: Moi3dFan
Oh, great! It worked!
Thanks so much
Show messages: All
1-2
3-4