[PATCH] fix czech locale (resend)



Hi,

I'd guess this patch was lost in dust, so here is once more with some
explanation.

ISO-9959-2 is a standard for "Numerically controlled draughting machines --
Draughting test for evaluation of performance -- Part 2: Monochrome raster
plotters" as you can verify at 
http://www.iso.ch/iso/en/CatalogueDetailPage.CatalogueDetail?CSNUMBER=29794
therefore it has nothing to do with encoding for czech language.

cs_CS was used for former Czechoslovakia which no longer exists since 1993.
Now cs_CZ is used for Czech republic and sk_SK for Slovakia. Both countries
are using ISO-8859-2 charset.

Please apply following patch otherwise sending of czech message will fail.

	ladis

Index: src/sendmsg-window.c
===================================================================
RCS file: /cvs/gnome/balsa/src/sendmsg-window.c,v
retrieving revision 1.414
diff -u -r1.414 sendmsg-window.c
--- src/sendmsg-window.c	28 May 2003 23:56:55 -0000	1.414
+++ src/sendmsg-window.c	30 May 2003 08:16:05 -0000
@@ -334,7 +334,7 @@
 #define LOC_CHINESE_TRADITIONAL_POS   3
     {"zh_TW.Big5", "big5", N_("Chinese Traditional")},
 #define LOC_CZECH_POS       4
-    {"cs_CS", "ISO-9959-2", N_("Czech")},
+    {"cs_CZ", "ISO-8859-2", N_("Czech")},
 #define LOC_DANISH_POS      5
     {"da_DK", "ISO-8859-1", N_("Danish")},
 #define LOC_GERMAN_POS      6



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]