Mercurial > hg > xemacs-beta
comparison src/mule-charset.c @ 3816:bd7108edc555
[xemacs-hg @ 2007-02-06 19:36:46 by aidan]
iso8859-2 is not the X11 charset registry for the iso8859-4 charset.
author | aidan |
---|---|
date | Tue, 06 Feb 2007 19:36:51 +0000 |
parents | 761385dfa575 |
children | d402d7b18bd8 |
comparison
equal
deleted
inserted
replaced
3815:66ba38599d43 | 3816:bd7108edc555 |
---|---|
1215 CHARSET_TYPE_96, 1, 1, 'D', | 1215 CHARSET_TYPE_96, 1, 1, 'D', |
1216 CHARSET_LEFT_TO_RIGHT, | 1216 CHARSET_LEFT_TO_RIGHT, |
1217 build_string ("Latin-4"), | 1217 build_string ("Latin-4"), |
1218 build_msg_string ("ISO8859-4 (Latin-4)"), | 1218 build_msg_string ("ISO8859-4 (Latin-4)"), |
1219 build_msg_string ("ISO8859-4 (Latin-4)"), | 1219 build_msg_string ("ISO8859-4 (Latin-4)"), |
1220 vector1(build_string("iso8859-2")), 0, 0); | 1220 vector1(build_string("iso8859-4")), 0, 0); |
1221 staticpro (&Vcharset_thai_tis620); | 1221 staticpro (&Vcharset_thai_tis620); |
1222 Vcharset_thai_tis620 = | 1222 Vcharset_thai_tis620 = |
1223 make_charset (LEADING_BYTE_THAI_TIS620, Qthai_tis620, 2, | 1223 make_charset (LEADING_BYTE_THAI_TIS620, Qthai_tis620, 2, |
1224 CHARSET_TYPE_96, 1, 1, 'T', | 1224 CHARSET_TYPE_96, 1, 1, 'T', |
1225 CHARSET_LEFT_TO_RIGHT, | 1225 CHARSET_LEFT_TO_RIGHT, |