View Single Post
  #1  
Old 10-21-2008, 05:21 PM
aaaaa aaaaa is offline
Approved Member
 
Join Date: Oct 2008
Posts: 37
Default What is codepage of Russian comments in the (Lua) source file?

When i modify some text files of this game like Lua file, I found that lots of Russian comment there. What is codepage / encoding of these Russian text? I am completely ignorant of Russian language and codeset.
It must be one of Cyrillic DOS-855, DOS-866, iso8859-5, KOI8-R, KOI8-U, Mac Cyrillic (cp10007), Window (cp1251).
Language file (*.lng) seems to use Unicode encoding, so it doesn't matter.

If I set codepage incorrectly, I may corrupt the Russian text part inadvertently while editing the file.

Last edited by aaaaa; 10-21-2008 at 05:26 PM.
Reply With Quote