From 9c50bd77ac02bb990563e5b2e0716ac395fd8af7 Mon Sep 17 00:00:00 2001 From: tomo Date: Thu, 20 May 1999 10:58:40 +0000 Subject: [PATCH] (complex_vars_of_mule_charset): Registry of japanese-jisx0208-1978 should not match with "jisx0208.1983" nor "jisc6226.1983". --- src/mule-charset.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mule-charset.c b/src/mule-charset.c index 8effd75..a941f9b 100644 --- a/src/mule-charset.c +++ b/src/mule-charset.c @@ -1421,7 +1421,7 @@ complex_vars_of_mule_charset (void) build_string ("JISX0208.1978 (Japanese)"), build_string ("JISX0208.1978 Japanese Kanji (so called \"old JIS\")"), - build_string ("\\(jisx0208\\|jisc6226\\).19")); + build_string ("\\(jisx0208\\|jisc6226\\)\\.1978")); Vcharset_chinese_gb2312 = make_charset (LEADING_BYTE_CHINESE_GB2312, Qchinese_gb2312, 3, CHARSET_TYPE_94X94, 2, 0, 'A', -- 1.7.10.4