http://bugzilla.ximian.com/show_bug.cgi?id=61385 just edited e-charset-picker.c and chanegd the string. nothing fancy. since GB2312 is both the preferred name for iconv and (apprently? I can't reach iana.org so I can't look it up easily) the internet accepted charset name, this should be ok. Jeff -- Jeffrey Stedfast Evolution Hacker - Novell, Inc. fejj ximian com - www.novell.com
? 61385.patch
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/widgets/misc/ChangeLog,v
retrieving revision 1.317
diff -u -r1.317 ChangeLog
--- ChangeLog 1 Jul 2004 14:51:57 -0000 1.317
+++ ChangeLog 12 Jul 2004 17:45:30 -0000
@@ -1,3 +1,7 @@
+2004-07-12 Jeffrey Stedfast <fejj novell com>
+
+ * e-charset-picker.c: s/GB-2312/GB2312/ - fixes bug #61385.
+
2004-06-24 Rodney Dawes <dobey novell com>
* e-error.c (e_error_newv): Fix alignment of the icon to be 0x0
Index: e-charset-picker.c
===================================================================
RCS file: /cvs/gnome/evolution/widgets/misc/e-charset-picker.c,v
retrieving revision 1.19
diff -u -r1.19 e-charset-picker.c
--- e-charset-picker.c 14 Apr 2004 21:30:54 -0000 1.19
+++ e-charset-picker.c 12 Jul 2004 17:45:30 -0000
@@ -92,7 +92,7 @@
{ "BIG5HKSCS", E_CHARSET_CHINESE, N_("Traditional") },
{ "EUC-TW", E_CHARSET_CHINESE, N_("Traditional") },
{ "GB18030", E_CHARSET_CHINESE, N_("Simplified") },
- { "GB-2312", E_CHARSET_CHINESE, N_("Simplified") },
+ { "GB2312", E_CHARSET_CHINESE, N_("Simplified") },
{ "HZ", E_CHARSET_CHINESE, N_("Simplified") },
{ "ISO-2022-CN", E_CHARSET_CHINESE, N_("Simplified") },
{ "KOI8-R", E_CHARSET_CYRILLIC, NULL },
Attachment:
smime.p7s
Description: S/MIME cryptographic signature