Vladimir Pankratov : localspl: Convert the Russian resources to UTF-8.
Module: wine Branch: master Commit: ab2a719c3a93c7d7738e7c3df499a4cf73d3ff13 URL: http://source.winehq.org/git/wine.git/?a=commit;h=ab2a719c3a93c7d7738e7c3df4... Author: Vladimir Pankratov <scriptkid(a)mail.ru> Date: Fri Jul 24 14:16:59 2009 +0500 localspl: Convert the Russian resources to UTF-8. --- dlls/localspl/spl_Ru.rc | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/dlls/localspl/spl_Ru.rc b/dlls/localspl/spl_Ru.rc index fb51446..085488d 100644 --- a/dlls/localspl/spl_Ru.rc +++ b/dlls/localspl/spl_Ru.rc @@ -20,10 +20,13 @@ #include "localspl_private.h" +/* UTF-8 */ +#pragma code_page(65001) + LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT STRINGTABLE DISCARDABLE { - IDS_LOCALPORT "��������� ����" - IDS_LOCALMONITOR "��������� �������" + IDS_LOCALPORT "Локальный порт" + IDS_LOCALMONITOR "Локальный монитор" }
participants (1)
-
Alexandre Julliard