From f9d942b58160422963fd823da22af5aca127b728 Mon Sep 17 00:00:00 2001 From: MORIOKA Tomohiko Date: Thu, 25 Jun 2020 20:17:58 +0900 Subject: [PATCH] (default-coded-charset-priority-list): Add `=ucs-tip-var-003' and `=+>ucs-tip-var-003'. --- lisp/mule/mule-charset.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lisp/mule/mule-charset.el b/lisp/mule/mule-charset.el index 93f13e7..2cdac48 100644 --- a/lisp/mule/mule-charset.el +++ b/lisp/mule/mule-charset.el @@ -383,6 +383,7 @@ DESCRIPTION (string) is the description string of the charset." =ucs-tip-var-002 =ucs-bmp-var-003 =ucs-sip-var-003 + =ucs-tip-var-003 =ucs-bmp-var-004 =ucs-sip-var-004 =ucs-bmp-var-005 @@ -672,6 +673,7 @@ DESCRIPTION (string) is the description string of the charset." =>zinbun-oracle =+>adobe-japan1-6 =+>ucs-bmp-var-003 + =+>ucs-tip-var-003 =+>jis-x0208@1978 =+>big5-cdp ))) -- 1.7.10.4