comparison src/mule-charset.c @ 377:d883f39b8495 r21-2b4

Import from CVS: tag r21-2b4
author cvs
date Mon, 13 Aug 2007 11:05:42 +0200
parents cc15677e0335
children 8626e4521993
comparison
equal deleted inserted replaced
376:e2295b4d9f2e 377:d883f39b8495
1247 CHARSET_LEFT_TO_RIGHT, 1247 CHARSET_LEFT_TO_RIGHT,
1248 build_string ("ASCII (ISO 646 IRV)"), 1248 build_string ("ASCII (ISO 646 IRV)"),
1249 build_string ("iso8859-1")); 1249 build_string ("iso8859-1"));
1250 Vcharset_control_1 = 1250 Vcharset_control_1 =
1251 make_charset (-1, Qcontrol_1, LEADING_BYTE_CONTROL_1, 2, 1251 make_charset (-1, Qcontrol_1, LEADING_BYTE_CONTROL_1, 2,
1252 CHARSET_TYPE_94, 1, 0, 0, 1252 CHARSET_TYPE_94, 1, 1, 0,
1253 CHARSET_LEFT_TO_RIGHT, 1253 CHARSET_LEFT_TO_RIGHT,
1254 build_string ("Control characters"), 1254 build_string ("Control characters"),
1255 build_string ("")); 1255 build_string (""));
1256 Vcharset_latin_iso8859_1 = 1256 Vcharset_latin_iso8859_1 =
1257 make_charset (129, Qlatin_iso8859_1, LEADING_BYTE_LATIN_ISO8859_1, 2, 1257 make_charset (129, Qlatin_iso8859_1, LEADING_BYTE_LATIN_ISO8859_1, 2,