Michael Stefaniuc wrote:
dlls/browseui/rsrc_De.rc | 2 ++ dlls/iccvid/iccvid_De.rc | 2 ++ dlls/localspl/spl_De.rc | 2 ++ dlls/mpr/mpr_De.rc | 2 ++ dlls/msacm32/msacm_De.rc | 2 ++ dlls/msvidc32/msvidc32_De.rc | 2 ++ dlls/oleaut32/oleaut32_De.rc | 2 ++ dlls/sane.ds/sane_De.rc | 2 ++ dlls/shlwapi/shlwapi_De.rc | 2 ++ dlls/wininet/wininet_De.rc | 2 ++ programs/write/De.rc | 2 ++ 11 files changed, 22 insertions(+), 0 deletions(-)
diff --git a/dlls/browseui/rsrc_De.rc b/dlls/browseui/rsrc_De.rc index b32400c..9a0b78e 100644 --- a/dlls/browseui/rsrc_De.rc +++ b/dlls/browseui/rsrc_De.rc @@ -19,6 +19,8 @@
#include "resids.h"
+#pragma code_page(65001)
LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
STRINGTABLE diff --git a/dlls/iccvid/iccvid_De.rc b/dlls/iccvid/iccvid_De.rc index 3262c91..d1a3cef 100644 --- a/dlls/iccvid/iccvid_De.rc +++ b/dlls/iccvid/iccvid_De.rc @@ -19,6 +19,8 @@
#include "iccvid_private.h"
+#pragma code_page(65001)
LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
STRINGTABLE DISCARDABLE diff --git a/dlls/localspl/spl_De.rc b/dlls/localspl/spl_De.rc index 4e6616e..b30e13c 100644 --- a/dlls/localspl/spl_De.rc +++ b/dlls/localspl/spl_De.rc @@ -21,6 +21,8 @@
#include "localspl_private.h"
+#pragma code_page(65001)
LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
STRINGTABLE DISCARDABLE diff --git a/dlls/mpr/mpr_De.rc b/dlls/mpr/mpr_De.rc index 662cad5..d8b1298 100644 --- a/dlls/mpr/mpr_De.rc +++ b/dlls/mpr/mpr_De.rc @@ -20,6 +20,8 @@
#include "mprres.h"
+#pragma code_page(65001)
LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
STRINGTABLE DISCARDABLE diff --git a/dlls/msacm32/msacm_De.rc b/dlls/msacm32/msacm_De.rc index cd4353a..1f35148 100644 --- a/dlls/msacm32/msacm_De.rc +++ b/dlls/msacm32/msacm_De.rc @@ -20,6 +20,8 @@
#include "wineacm.h"
+#pragma code_page(65001)
LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
DLG_ACMFORMATCHOOSE_ID DIALOG DISCARDABLE 10, 20, 225, 100 diff --git a/dlls/msvidc32/msvidc32_De.rc b/dlls/msvidc32/msvidc32_De.rc index c31635c..1dc777b 100644 --- a/dlls/msvidc32/msvidc32_De.rc +++ b/dlls/msvidc32/msvidc32_De.rc @@ -19,6 +19,8 @@
#include "msvidc32_private.h"
+#pragma code_page(65001)
LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
STRINGTABLE DISCARDABLE diff --git a/dlls/oleaut32/oleaut32_De.rc b/dlls/oleaut32/oleaut32_De.rc index e0ae38b..1dbee3e 100644 --- a/dlls/oleaut32/oleaut32_De.rc +++ b/dlls/oleaut32/oleaut32_De.rc @@ -20,6 +20,8 @@
#include "resource.h"
+#pragma code_page(65001)
LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
STRINGTABLE DISCARDABLE diff --git a/dlls/sane.ds/sane_De.rc b/dlls/sane.ds/sane_De.rc index a1be1e4..3f3e116 100644 --- a/dlls/sane.ds/sane_De.rc +++ b/dlls/sane.ds/sane_De.rc @@ -20,6 +20,8 @@
#include "resource.h"
+#pragma code_page(65001)
LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
IDD_DIALOG1 DIALOG DISCARDABLE 0, 0, 186, 46 diff --git a/dlls/shlwapi/shlwapi_De.rc b/dlls/shlwapi/shlwapi_De.rc index f0de193..f74600f 100644 --- a/dlls/shlwapi/shlwapi_De.rc +++ b/dlls/shlwapi/shlwapi_De.rc @@ -20,6 +20,8 @@
#include "resource.h"
+#pragma code_page(65001)
LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
IDD_ERR_DIALOG DIALOG MOVEABLE DISCARDABLE 0, 0, 220, 60 diff --git a/dlls/wininet/wininet_De.rc b/dlls/wininet/wininet_De.rc index 9b168b4..4766589 100644 --- a/dlls/wininet/wininet_De.rc +++ b/dlls/wininet/wininet_De.rc @@ -18,6 +18,8 @@
#include "resource.h"
+#pragma code_page(65001)
LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
IDD_PROXYDLG DIALOG LOADONCALL MOVEABLE DISCARDABLE 36, 24, 250, 154 diff --git a/programs/write/De.rc b/programs/write/De.rc index a953576..db175a0 100644 --- a/programs/write/De.rc +++ b/programs/write/De.rc @@ -19,6 +19,8 @@
#include "resources.h"
+#pragma code_page(65001)
LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
STRINGTABLE
Is there anything against for all .rc files being UTF-8 and having that pragma by default?
Paul Vriens wrote:
Michael Stefaniuc wrote:
diff --git a/programs/write/De.rc b/programs/write/De.rc index a953576..db175a0 100644 --- a/programs/write/De.rc +++ b/programs/write/De.rc @@ -19,6 +19,8 @@
#include "resources.h"
+#pragma code_page(65001)
LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
STRINGTABLE
Is there anything against for all .rc files being UTF-8 and having that pragma by default?
You mean implicit aka when there is no #pragma code_page() defined to default to UTF-8? That won't work when compiled with the Windows wrc; for that we need the explicit pragma code_page() setting.
bye michael
Michael Stefaniuc wrote:
Paul Vriens wrote:
Michael Stefaniuc wrote:
diff --git a/programs/write/De.rc b/programs/write/De.rc index a953576..db175a0 100644 --- a/programs/write/De.rc +++ b/programs/write/De.rc @@ -19,6 +19,8 @@
#include "resources.h"
+#pragma code_page(65001)
LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
STRINGTABLE
Is there anything against for all .rc files being UTF-8 and having that pragma by default?
You mean implicit aka when there is no #pragma code_page() defined to default to UTF-8? That won't work when compiled with the Windows wrc; for that we need the explicit pragma code_page() setting.
bye michael
Ok, fair enough.
It was just a thought as soon most of our rc files will be UTF-8 and contain the pragma.