From 2b41d33b3497808bf02b2393893cd09a00538853 Mon Sep 17 00:00:00 2001 From: tomo Date: Thu, 11 Apr 2002 08:49:47 +0000 Subject: [PATCH] (complex_vars_of_mule_charset): Use "big5-0" as the XLFD registry-encoding name of `chinese-big5'. --- 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 9e3207b..d6602d0 100644 --- a/src/mule-charset.c +++ b/src/mule-charset.c @@ -2964,7 +2964,7 @@ complex_vars_of_mule_charset (void) build_string ("Big5"), build_string ("Big5"), build_string ("Big5 Chinese traditional"), - build_string ("big5"), + build_string ("big5-0"), Qnil, 0 /* MIN_CHAR_BIG5_CDP */, 0 /* MAX_CHAR_BIG5_CDP */, 0, 0, -- 1.7.10.4