(japanese-jisx0213-1): New coded-charset.
authortomo <tomo>
Sun, 21 Nov 1999 07:56:10 +0000 (07:56 +0000)
committertomo <tomo>
Sun, 21 Nov 1999 07:56:10 +0000 (07:56 +0000)
(japanese-jisx0213-2): New coded-charset.

lisp/mule/mule-conf.el

index a00aff0..21916c3 100644 (file)
   (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-1"
+   dimension 2
+   chars 94
+   final ?O
+   graphic 0))
+
+(make-charset
+ 'japanese-jisx0213-2
+ "JIS X 0213:2000 Plain 2"
+ '(registry "jisx0213-2"
+   dimension 2
+   chars 94
+   final ?P
+   graphic 0))
+
 ;;; mule-conf.el ends here