From c746c7924a5465c2a5f9fc9bd1f6c1179468d1d1 Mon Sep 17 00:00:00 2001 From: tomo Date: Fri, 25 Feb 2011 12:25:20 +0000 Subject: [PATCH] (default-coded-charset-priority-list): Prefer `=jis-x0212' to `=gt-pj-*', `chinese-cns11643-*', `=big5*' and `=jis-x0213-*-2000'. --- lisp/mule/mule-charset.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/mule/mule-charset.el b/lisp/mule/mule-charset.el index 7285c93..80d5069 100644 --- a/lisp/mule/mule-charset.el +++ b/lisp/mule/mule-charset.el @@ -282,6 +282,7 @@ DESCRIPTION (string) is the description string of the charset." japanese-jisx0208 =jis-x0208-1990 japanese-jisx0208-1978 + =jis-x0212 =gt-pj-2 =gt-pj-3 =gt-pj-4 @@ -307,7 +308,6 @@ DESCRIPTION (string) is the description string of the charset." chinese-big5 =jis-x0213-1-2000 =jis-x0213-2-2000 - japanese-jisx0212 ;; chinese-gb12345 =gt-pj-1 =ucs-radicals -- 1.7.10.4