From 5f8f12453900a72725ff1b47bf142af5db38c3f0 Mon Sep 17 00:00:00 2001 From: MORIOKA Tomohiko Date: Sat, 1 Mar 2014 19:03:23 +0900 Subject: [PATCH] =?utf8?q?(=3Dadobe-japan1-base):=20Move=20builtin=20code=20?= =?utf8?q?range=20from=200x63000000=E3=80=9C0x63005A11=20to=200x00E10000=E3=80?= =?utf8?q?=9C0x00E15A11.=20(=3Dmj):=20Move=20builtin=20code=20range=20from=20?= =?utf8?q?0x64040000=E3=80=9C0x640509D5=20to=200x00E30000=E3=80=9C0x00E409D5?= =?utf8?q?.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- lisp/mule/mule-conf.el | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/lisp/mule/mule-conf.el b/lisp/mule/mule-conf.el index 87dcd21..4e0b166 100644 --- a/lisp/mule/mule-conf.el +++ b/lisp/mule/mule-conf.el @@ -38,9 +38,13 @@ graphic 2 direction l2r registry "AdobeJapan1-[0-6]$" - min-code ,(lsh #x6300 16) - max-code ,(+ (lsh #x6300 16) 23057) - code-offset ,(lsh #x6300 16))) + min-code #xE10000 + max-code ,(+ #xE10000 23057) + code-offset #xE10000 + ;; min-code ,(lsh #x6300 16) + ;; max-code ,(+ (lsh #x6300 16) 23057) + ;; code-offset ,(lsh #x6300 16) + )) (make-charset '=adobe-japan1-0 "Adobe-Japan1-0 Character Collection for CID-Keyed Fonts" @@ -1430,9 +1434,13 @@ graphic 2 direction l2r ;; registry "mj-0$" - min-code ,(lsh #x6404 16) - max-code ,(+ (lsh #x6404 16) 68053) - code-offset ,(lsh #x6404 16))) + min-code #xE30000 + max-code ,(+ #xE30000 68053) + code-offset #xE30000 + ;; min-code ,(lsh #x6404 16) + ;; max-code ,(+ (lsh #x6404 16) 68053) + ;; code-offset ,(lsh #x6404 16) + )) (make-charset '=mj-0 "Moji-Jouhou-Kiban plane 0" -- 1.7.10.4