+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
;; 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