(U+95D8): Separated from M-45649'; moved from Ideograph-R191-Fight.el.
[chise/xemacs-chise.git] / lisp / mule / mule-conf.el
index a00aff0..ebe9435 100644 (file)
@@ -2,7 +2,7 @@
 
 ;; Copyright (C) 1995,1999 Electrotechnical Laboratory, JAPAN.
 ;; Licensed to the Free Software Foundation.
-;; Copyright (C) 1997,1999 MORIOKA Tomohiko
+;; Copyright (C) 1997,1999,2000 MORIOKA Tomohiko
 
 ;; Keywords: mule, multilingual, character set, coding system
 
   (make-chinese-cns11643-charset 'chinese-cns11643-7 "7" ?M)
   )
 
+;; JIS X 0213:2000
+(make-charset
+ 'japanese-jisx0213-1
+ "JIS X 0213:2000 Plain 1"
+ '(registry "jisx0213\\(\\.2000\\)-1"
+   dimension 2
+   chars 94
+   final ?O
+   graphic 0))
+
+(make-charset
+ 'japanese-jisx0213-2
+ "JIS X 0213:2000 Plain 2"
+ '(registry "jisx0213\\(\\.2000\\)-2"
+   dimension 2
+   chars 94
+   final ?P
+   graphic 0))
+
 ;;; mule-conf.el ends here