APPROVE COMMIT sjt-xft
Index: src/ChangeLog
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/src/ChangeLog,v
retrieving revision 1.758.2.19
diff -u -U0 -r1.758.2.19 ChangeLog
--- src/ChangeLog 9 Mar 2005 10:53:20 -0000 1.758.2.19
+++ src/ChangeLog 11 Mar 2005 14:15:07 -0000
@@ -0,0 +1,6 @@
+2005-03-10 Stephen J. Turnbull <stephen(a)xemacs.org>
+
+ * objects-x.c (charset_table): Fix ISO 639 code for Greek. Reported
+ by Stefan Holst <holst(a)mathematik.uni-mainz.de>.
+ (charset_table): Add information for Hebrew, whine about ISO prices.
+
Index: src/objects-x.c
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/src/objects-x.c,v
retrieving revision 1.26.2.13
diff -u -r1.26.2.13 objects-x.c
--- src/objects-x.c 9 Mar 2005 10:53:31 -0000 1.26.2.13
+++ src/objects-x.c 11 Mar 2005 14:14:11 -0000
@@ -1140,7 +1140,9 @@
{ &Vcharset_katakana_jisx0201, "Japanese", "ja" },
{ &Vcharset_latin_jisx0201, "Japanese", "ja" },
{ &Vcharset_japanese_jisx0208_1978, "Japanese", "ja" },
- { &Vcharset_greek_iso8859_7, "Greek", "gr" },
+ { &Vcharset_greek_iso8859_7, "Greek", "el" },
+ /* #### all the Chinese need checking
+ Damn the blood-sucking ISO anyway. */
{ &Vcharset_chinese_gb2312, "simplified Chinese", "zh-CN" },
{ &Vcharset_korean_ksc5601, "Korean", "ko" },
{ &Vcharset_chinese_cns11643_1, "traditional Chinese",
"zh-TW" },
@@ -1153,9 +1155,9 @@
{ &Vcharset_latin_iso8859_15, NULL, NULL },
{ &Vcharset_thai_tis620, NULL, NULL },
{ &Vcharset_arabic_iso8859_6, NULL, NULL },
- { &Vcharset_hebrew_iso8859_8, NULL, NULL },
+ { &Vcharset_hebrew_iso8859_8, "Hebrew", "he" },
{ &Vcharset_cyrillic_iso8859_5, NULL, NULL },
- /* #### these probably are not quite right */
+ /* #### these probably are not quite right */
{ &Vcharset_chinese_big5_1, "traditional Chinese", "zh-TW"
},
{ &Vcharset_chinese_big5_2, "traditional Chinese", "zh-TW"
},
{ NULL, NULL, NULL }
--
Institute of Policy and Planning Sciences
http://turnbull.sk.tsukuba.ac.jp
University of Tsukuba Tennodai 1-1-1 Tsukuba 305-8573 JAPAN
Ask not how you can "do" free software business;
ask what your business can "do for" free software.