From 6bcd7c61e80acf6c9976a2f47c7d0a8c710bb3c7 Mon Sep 17 00:00:00 2001 From: tomo Date: Tue, 7 Jun 2011 16:06:29 +0000 Subject: [PATCH] (complex_vars_of_mule_charset): Use "jisx0208" instead of "jisx0208\\.1990" as the X-registry of `=jis-x0208'. --- 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 06a2b68..1c91eb8 100644 --- a/src/mule-charset.c +++ b/src/mule-charset.c @@ -3493,7 +3493,7 @@ complex_vars_of_mule_charset (void) build_string ("JIS X0208"), build_string ("JIS X0208 Common"), build_string ("JIS X0208 Common part"), - build_string ("jisx0208\\.1990"), + build_string ("jisx0208"), - LEADING_BYTE_JAPANESE_JISX0208_1978, Qnil, MIN_CHAR_JIS_X0208_1990, -- 1.7.10.4