Kudos translation

So Im trying translate game into russian by changing [b]strings.ini[/b] ,and Iv got a problem. Russian text into game appears in wrong encoding.
How to solve this problem?

PS. My encoding for browser is CP 1251

Hi, it should be straightforward to convert the game. What text editor are you using? if its a simple one like notepad or textpad, I can’t see how it would go wrong.

Problem was in my windows.

My mate gave me this *.reg file, and now it`s ok

REGEDIT4

;Файл реестра для исправления возможных проблем с отображением русских шрифтов в
;Windows 2k/XP/2k3

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Nls\CodePage]
"1250"="c_1251.nls"
"1251"="c_1251.nls"
"1252"="c_1251.nls"
"1253"="c_1251.nls"
"1254"="c_1251.nls"
"1255"="c_1251.nls"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontMapper]
"ARIAL"=dword:000000cc

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes]
"Arial,0"="Arial,204"
"Comic Sans MS,0"="Comic Sans MS,204"
"Courier,0"="Courier New,204"
"Courier,204"="Courier New,204"
"MS Sans Serif,0"="MS Sans Serif,204"
"Tahoma,0"="Tahoma,204"
"Times New Roman,0"="Times New Roman,204"
"Verdana,0"="Verdana,204"