Frédéric Delanoy : view: Convert French resources to UTF-8.

Alexandre Julliard julliard at winehq.org
Fri Jul 10 08:52:01 CDT 2009


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

Author: Frédéric Delanoy <frederic.delanoy at gmail.com>
Date:   Thu Jul  9 22:40:33 2009 +0200

view: Convert French resources to UTF-8.

---

 programs/view/Fr.rc |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/programs/view/Fr.rc b/programs/view/Fr.rc
index 786a63d..bcbb0ca 100644
--- a/programs/view/Fr.rc
+++ b/programs/view/Fr.rc
@@ -4,7 +4,7 @@
  *
  * Copyright 1998 Douglas Ridgway
  * Copyright 2003 Marcelo Duarte
- * Copyright 2003 Vincent Béron
+ * Copyright 2003 Vincent Béron
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -23,6 +23,9 @@
 
 #include "resource.h"
 
+/* UTF-8 */
+#pragma code_page(65001)
+
 LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
 
 /*
@@ -38,9 +41,9 @@ BEGIN
 	MENUITEM "&Ouvrir",			IDM_OPEN
         MENUITEM "&Quitter",                       IDM_EXIT
     END
-    POPUP "&Déplacement"
+    POPUP "&Déplacement"
     BEGIN
-      MENUITEM "&Mettre à l'échelle",              IDM_SET_EXT_TO_WIN
+      MENUITEM "&Mettre à l'échelle",              IDM_SET_EXT_TO_WIN
       MENUITEM SEPARATOR
       MENUITEM "&Gauche",				IDM_LEFT
       MENUITEM "&Droite",			IDM_RIGHT
@@ -70,5 +73,5 @@ END
 
 STRINGTABLE DISCARDABLE
 BEGIN
-    IDS_DESCRIPTION         "Visionneuse de fichiers Metafile réguliers"
+    IDS_DESCRIPTION         "Visionneuse de fichiers Metafile réguliers"
 END




More information about the wine-cvs mailing list