Vladimir Pankratov : oleaut32: Convert the Russian resources to UTF-8.
Module: wine Branch: master Commit: 265944252a3c711e1046f338b27a8343e59c2289 URL: http://source.winehq.org/git/wine.git/?a=commit;h=265944252a3c711e1046f338b2... Author: Vladimir Pankratov <scriptkid(a)mail.ru> Date: Tue Jul 28 15:34:26 2009 +0500 oleaut32: Convert the Russian resources to UTF-8. --- dlls/oleaut32/oleaut32_Ru.rc | 15 +++++++++------ 1 files changed, 9 insertions(+), 6 deletions(-) diff --git a/dlls/oleaut32/oleaut32_Ru.rc b/dlls/oleaut32/oleaut32_Ru.rc index 7555c3a..e7c3107 100644 --- a/dlls/oleaut32/oleaut32_Ru.rc +++ b/dlls/oleaut32/oleaut32_Ru.rc @@ -20,14 +20,17 @@ #include "resource.h" +/* UTF-8 */ +#pragma code_page(65001) + LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT STRINGTABLE DISCARDABLE { - IDS_TRUE "������" - IDS_FALSE "����" - IDS_YES "��" - IDS_NO "���" - IDS_ON "��������" - IDS_OFF "���������" + IDS_TRUE "Правда" + IDS_FALSE "Ложь" + IDS_YES "Да" + IDS_NO "Нет" + IDS_ON "Включено" + IDS_OFF "Выключено" }
participants (1)
-
Alexandre Julliard