Paul Vriens : xcopy: Add the UTF-8 pragma.

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


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

Author: Paul Vriens <Paul.Vriens.Wine at gmail.com>
Date:   Thu Jul 30 19:36:07 2009 +0200

xcopy: Add the UTF-8 pragma.

---

 programs/xcopy/Nl.rc |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/programs/xcopy/Nl.rc b/programs/xcopy/Nl.rc
index b9db305..4f5dee5 100644
--- a/programs/xcopy/Nl.rc
+++ b/programs/xcopy/Nl.rc
@@ -21,6 +21,8 @@
 
 #include "xcopy.h"
 
+#pragma code_page(65001)
+
 LANGUAGE LANG_DUTCH, SUBLANG_NEUTRAL
 
 STRINGTABLE




More information about the wine-cvs mailing list