browseui: Convert Italian translation to UTF-8

Luca Bennati lucak3 at gmail.com
Mon Sep 27 12:38:17 CDT 2010


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20100927/2a3e0db3/attachment-0001.htm>
-------------- next part --------------
From 1cdfd18dfe9e328730e61892a1e33e591fd9a206 Mon Sep 17 00:00:00 2001
From: Luca Bennati <lucak3 at gmail.com>
Date: Mon, 27 Sep 2010 15:36:02 +0200
Subject: browseui: Convert Italian translation to UTF-8

---
 dlls/browseui/rsrc_It.rc |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/dlls/browseui/rsrc_It.rc b/dlls/browseui/rsrc_It.rc
index 3da2fa9..5323aa1 100644
--- a/dlls/browseui/rsrc_It.rc
+++ b/dlls/browseui/rsrc_It.rc
@@ -18,6 +18,9 @@
 
 #include "resids.h"
 
+/* UTF-8 */
+#pragma code_page(65001)
+
 LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL
 
 STRINGTABLE
-- 
1.7.3


More information about the wine-patches mailing list