[RESENT] view: Czech language resources encoding fix

Petr Tesarik hat at tesarici.cz
Mon Feb 13 04:49:31 CST 2006


Hi,

this patch fixes the encoding of Czech resources for view.

ChangeLog:

* Fix the encoding of Czech resources from ISO 8859-2 to WINDOWS-1250.
* Add a comment with the name of the correct encoding.

Index: programs/view/Cs.rc
===================================================================
RCS file: /home/wine/wine/programs/view/Cs.rc,v
retrieving revision 1.1
diff -u -p -r1.1 Cs.rc
--- programs/view/Cs.rc	25 Oct 2004 21:54:56 -0000	1.1
+++ programs/view/Cs.rc	8 Feb 2006 16:38:24 -0000
@@ -1,4 +1,5 @@
-/*
+/* Hey, Emacs, open this file with -*- coding: cp1250 -*-
+ *
  * View
  * Czech Language Support
  *
@@ -23,6 +24,8 @@
 
 LANGUAGE LANG_CZECH, SUBLANG_DEFAULT
 
+/* Czech strings in CP1250 */
+
 /*
  *
  * Menu
@@ -73,5 +76,5 @@ END
 STRINGTABLE DISCARDABLE
 BEGIN
     IDS_APPNAME             "View"
-    IDS_DESCRIPTION         "Obyčejný prohlíľeč metasouborů"
+    IDS_DESCRIPTION         "Obyčejný prohlížeč metasouborů"
 END



More information about the wine-patches mailing list