From 42d6bd3b0ef637eada5a5922c9dfd8cdbdd7aca8 Mon Sep 17 00:00:00 2001 From: tomo Date: Fri, 2 Jul 2010 07:18:26 +0000 Subject: [PATCH] (default-coded-charset-priority-list): Add `=>>ucs@unicode' and `=>>gt'. --- lisp/mule/mule-charset.el | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/lisp/mule/mule-charset.el b/lisp/mule/mule-charset.el index 2857ed8..50da16d 100644 --- a/lisp/mule/mule-charset.el +++ b/lisp/mule/mule-charset.el @@ -4,7 +4,7 @@ ;; Copyright (C) 1995 Amdahl Corporation. ;; Copyright (C) 1996 Sun Microsystems. ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007, 2008, -;; 2009 MORIOKA Tomohiko +;; 2009, 2010 MORIOKA Tomohiko ;; Author: Unknown ;; Keywords: i18n, mule, internal @@ -310,7 +310,6 @@ DESCRIPTION (string) is the description string of the charset." japanese-jisx0212 ;; chinese-gb12345 =gt-pj-1 - =jis-x0208@1997 =ucs-radicals =ucs-bmp-cjk =ucs-sip-ext-b @@ -352,14 +351,17 @@ DESCRIPTION (string) is the description string of the charset." arabic-iso8859-6 chinese-big5-1 chinese-big5-2 + ;; ucs-sip + =>>ucs@unicode =>>jis-x0208 =>>jis-x0213-1 =>jis-x0208 =>jis-x0213-1 + =>>gt ucs-bmp - ;; ucs-sip =adobe-japan1-6 =adobe-japan1-base + =>jis-x0208@1997 ))) ;;; mule-charset.el ends here -- 1.7.10.4