From 08af8d396d40ba07131119e1c6c8f339aa913b02 Mon Sep 17 00:00:00 2001 From: morioka Date: Thu, 1 Oct 1998 09:42:11 +0000 Subject: [PATCH] (charsets-mime-charset-alist): Use `gb2312' and `big5' instead of `cn-gb-2312' and `cn-big5'. --- mcs-e20.el | 4 ++-- mcs-xm.el | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mcs-e20.el b/mcs-e20.el index c452f15..a2dc36d 100644 --- a/mcs-e20.el +++ b/mcs-e20.el @@ -79,8 +79,8 @@ ((ascii latin-jisx0201 katakana-jisx0201 japanese-jisx0208) . shift_jis) ((ascii korean-ksc5601) . euc-kr) - ((ascii chinese-gb2312) . cn-gb-2312) - ((ascii chinese-big5-1 chinese-big5-2) . cn-big5) + ((ascii chinese-gb2312) . gb2312) + ((ascii chinese-big5-1 chinese-big5-2) . big5) ((ascii latin-iso8859-1 greek-iso8859-7 latin-jisx0201 japanese-jisx0208-1978 chinese-gb2312 japanese-jisx0208 diff --git a/mcs-xm.el b/mcs-xm.el index cd16617..09789a9 100644 --- a/mcs-xm.el +++ b/mcs-xm.el @@ -162,8 +162,8 @@ ((ascii latin-jisx0201 katakana-jisx0201 japanese-jisx0208) . shift_jis) ((ascii korean-ksc5601) . euc-kr) - ((ascii chinese-gb2312) . cn-gb) - ((ascii chinese-big5-1 chinese-big5-2) . cn-big5) + ((ascii chinese-gb2312) . gb2312) + ((ascii chinese-big5-1 chinese-big5-2) . big5) ((ascii latin-iso8859-1 greek-iso8859-7 latin-jisx0201 japanese-jisx0208-1978 chinese-gb2312 japanese-jisx0208 -- 1.7.10.4