"Yuri Kozlov" kozlov.y@gmail.com wrote:
Changelog: fix for encoding Ru.rc
--- wine/programs/winefile/Ru.rc 2005-06-20 15:45:39.000000000 +0400 +++ bwine/programs/winefile/Ru.rc 2005-08-18 19:56:37.000000000 +0400 @@ -20,6 +20,8 @@
LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
+#pragma code_page(1251)
Why do you need it? Specifying a language should be enough, at least it works for all other resource files, including russian ones.