From 428d51e25f474e99d4d284d3f7484661af9f574a Mon Sep 17 00:00:00 2001 From: tomo Date: Wed, 30 Oct 2002 07:54:56 +0000 Subject: [PATCH] (complex_vars_of_mule_charset): Don't specify `MIN_CHAR_THAI' and `MAX_CHAR_THAI' for `thai-tis620'. --- src/mule-charset.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/mule-charset.c b/src/mule-charset.c index 730d442..dd79320 100644 --- a/src/mule-charset.c +++ b/src/mule-charset.c @@ -2696,8 +2696,7 @@ complex_vars_of_mule_charset (void) build_string ("TIS620 (Thai)"), build_string ("TIS620.2529 (Thai)"), build_string ("tis620"), - Qnil, MIN_CHAR_THAI, MAX_CHAR_THAI, - MIN_CHAR_THAI, 32, Qnil, CONVERSION_96); + Qnil, 0, 0, 0, 32, Qnil, CONVERSION_IDENTICAL); staticpro (&Vcharset_greek_iso8859_7); Vcharset_greek_iso8859_7 = make_charset (LEADING_BYTE_GREEK_ISO8859_7, Qgreek_iso8859_7, 96, 1, -- 1.7.10.4