winefile: TRY2 Fix for encoding Ru.rc

Dmitry Timoshkov dmitry at baikal.ru
Fri Aug 19 01:53:53 CDT 2005


"Yuri Kozlov" <kozlov.y at 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.

-- 
Dmitry.




More information about the wine-devel mailing list