From cc21944d3ddd8323b42a25e3fd0e522e8ca651da Mon Sep 17 00:00:00 2001 From: tomo Date: Thu, 28 Sep 2000 07:49:24 +0000 Subject: [PATCH] (default-coded-charset-priority-list): Prefer `japanese-jisx0208-1990' than `japanese-jisx0212'; prefer `korean-ksc5601' than `japanese-jisx0213-1'; add `mojikyo-2022-1'. --- lisp/mule/mule-charset.el | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/lisp/mule/mule-charset.el b/lisp/mule/mule-charset.el index b06aae2..46a99f2 100644 --- a/lisp/mule/mule-charset.el +++ b/lisp/mule/mule-charset.el @@ -277,11 +277,11 @@ DESCRIPTION (string) is the description string of the charset." greek-iso8859-7 thai-tis620 japanese-jisx0208 + japanese-jisx0208-1990 japanese-jisx0212 + korean-ksc5601 japanese-jisx0213-1 japanese-jisx0213-2 - japanese-jisx0208-1990 - korean-ksc5601 japanese-jisx0208-1978 chinese-cns11643-1 chinese-cns11643-2 @@ -301,6 +301,7 @@ DESCRIPTION (string) is the description string of the charset." ethiopic-ucs ethiopic mojikyo + ideograph-daikanwa ;;; mojikyo-pj-1 ;;; mojikyo-pj-2 ;;; mojikyo-pj-3 @@ -322,8 +323,8 @@ DESCRIPTION (string) is the description string of the charset." ;;; mojikyo-pj-19 ;;; mojikyo-pj-20 ;;; mojikyo-pj-21 - ideograph-daikanwa ucs-bmp + mojikyo-2022-1 arabic-iso8859-6))) ;;; mule-charset.el ends here -- 1.7.10.4