Muneyuki Noguchi : mpr: Convert Japanese resource to UTF-8.

Alexandre Julliard julliard at winehq.org
Mon Oct 13 06:38:18 CDT 2008


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

Author: Muneyuki Noguchi <nogu.dev at gmail.com>
Date:   Sun Oct 12 17:26:35 2008 +0900

mpr: Convert Japanese resource to UTF-8.

---

 dlls/mpr/mpr_Ja.rc |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/dlls/mpr/mpr_Ja.rc b/dlls/mpr/mpr_Ja.rc
index 08fdfd0..ad1a456 100644
--- a/dlls/mpr/mpr_Ja.rc
+++ b/dlls/mpr/mpr_Ja.rc
@@ -18,9 +18,14 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
+/* UTF-8 */
+#pragma code_page(65001)
+
 LANGUAGE LANG_JAPANESE, SUBLANG_DEFAULT
 
 STRINGTABLE DISCARDABLE
 {
-    IDS_ENTIRENETWORK "ƒlƒbƒgƒ[ƒN‘S‘Ì"
+    IDS_ENTIRENETWORK "ネットワーク全体"
 }
+
+#pragma code_page(default)




More information about the wine-cvs mailing list