MoI discussion forum
MoI discussion forum

Full Version: utf-8 problem in language string

Show messages: All  1  2-4

From: Michael Gibson
28 Mar   [#2] In reply to [#1]
Hi Moi3dFan, what is the text encoding for your English_NoText_RuHelpStrings.txt file?

Is it saved in a Unicode format (like UTF-8 or UTF-16) with "Byte Order Mark"? If not then try that.

If that doesn't help please post the English_NoText_RuHelpStrings.txt file so I can reproduce what you show over here.

- Michael
From: Michael Gibson
28 Mar   [#3] In reply to [#1]
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
28 Mar   [#4] In reply to [#3]
Oh, great! It worked!
Thanks so much

Show messages: All  1  2-4