Vladimir Pankratov : oleaut32: Convert the Russian resources to UTF-8.

Alexandre Julliard julliard at winehq.org
Mon Aug 3 11:13:27 CDT 2009


Module: wine
Branch: master
Commit: 265944252a3c711e1046f338b27a8343e59c2289
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=265944252a3c711e1046f338b27a8343e59c2289

Author: Vladimir Pankratov <scriptkid at 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   "Выключено"
 }




More information about the wine-cvs mailing list