Sync up with r21-4-9-utf-2000-0_19-jc3lisp.
authortomo <tomo>
Mon, 2 Dec 2002 09:26:07 +0000 (09:26 +0000)
committertomo <tomo>
Mon, 2 Dec 2002 09:26:07 +0000 (09:26 +0000)
lisp/ChangeLog
lisp/mule/mule-conf.el

index 5cfc388..7c5eea5 100644 (file)
@@ -1,3 +1,8 @@
+2002-11-29  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * mule/mule-conf.el (china3-jef): Add new coded-charset when
+       UTF-2000 [was a builtin coded-charset].
+
 2002-10-02  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
 
        * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
index 2a28db9..2cbe155 100644 (file)
               ;; code-offset ,(lsh #x6200 16)
               mother chinese-big5
               min-code #x8140 max-code #x8DFE))
+  (make-charset
+   'china3-jef
+   "JEF + CHINA3"
+   `(long-name "JEF + CHINA3 private characters"
+              chars 256
+              dimension 2
+              columns 2
+              graphic 2
+              direction l2r
+              registry "china3jef-0"
+              min-code #xE80000
+              max-code #xE8FFFF
+              code-offset #xE80000))
   )
 
 ;;; mule-conf.el ends here