X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=lisp%2Fmule%2Fmule-conf.el;h=ebe9435629f3acc55a803def12b0775ede969c27;hb=56a46471eb1ee37d230d45469decc129f60755d4;hp=a00aff00394d7c0b106f265068084b0ede4766a1;hpb=102de834d3114d4118e8a5516847aab5a4e3f91b;p=chise%2Fxemacs-chise.git diff --git a/lisp/mule/mule-conf.el b/lisp/mule/mule-conf.el index a00aff0..ebe9435 100644 --- a/lisp/mule/mule-conf.el +++ b/lisp/mule/mule-conf.el @@ -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 @@ -97,4 +97,23 @@ (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