From 45a28ab2ad5079ebb8e8de5bffba64dc58d9d8d7 Mon Sep 17 00:00:00 2001 From: MORIOKA Tomohiko Date: Tue, 19 Feb 2013 20:49:20 +0900 Subject: [PATCH] (default-coded-charset-priority-list): Add `=zihai-17xx', `=big5-cdp-var-3' and `=big5-cdp-var-5'. --- lisp/mule/mule-charset.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lisp/mule/mule-charset.el b/lisp/mule/mule-charset.el index 091b3ff..a76c278 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, 2010, 2011, 2012 MORIOKA Tomohiko +;; 2009, 2010, 2011, 2012, 2013 MORIOKA Tomohiko ;; Author: Unknown ;; Keywords: i18n, mule, internal @@ -367,6 +367,9 @@ DESCRIPTION (string) is the description string of the charset." arabic-iso8859-6 chinese-big5-1 chinese-big5-2 + =zihai-17xx + =big5-cdp-var-3 + =big5-cdp-var-5 ;; ucs-sip =>>big5-cdp =>>jis-x0208 -- 1.7.10.4