X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=lisp%2Futf-2000%2Fmaps-conf.el;h=2f5f0e45594f926d8fc96d157188cac31184f8bb;hb=d440887810c6745e482fae32ac0d4f16e706bd34;hp=f8842da4c7b6d32dd027dde377fe1075c4b1ea63;hpb=df7fe61c372202975bfbc17ef9591524bc10a5d8;p=chise%2Fxemacs-chise.git.1 diff --git a/lisp/utf-2000/maps-conf.el b/lisp/utf-2000/maps-conf.el index f8842da..2f5f0e4 100644 --- a/lisp/utf-2000/maps-conf.el +++ b/lisp/utf-2000/maps-conf.el @@ -2,10 +2,12 @@ (dolist (file '("J90-to-UCS.txt" "JSP-to-UCS.txt" "JX1-to-UCS.txt" "JX2-to-UCS.txt" + "G0-to-UCS.txt" "C3-to-UCS.txt" "C4-to-UCS.txt" "B-to-UCS.txt" "JC3-to-UCS.txt")) (mapping-table-read-file (expand-file-name file "../etc/char-data/"))) +(jp-jouyou-read-file "../etc/char-data/jp-jouyou.txt") (let ((ucs #xE000) big5 chr @@ -30,7 +32,22 @@ #x427B #x4978 #x694A #x303A #x6A44 #x6B43 #x6B78 #x6C2E #x6C57 #x6D36 #x6D3A #x3D34 #x4A56 #x3063 #x3D3F - #x6E60 #x6F52)) + #x6E60 #x6F52 #x6F5C #x3458 #x4262 + #x4E59 #x6F58 #x7051 #x7056 #x375B + #x7123 #x712A #x3142 #x3B41 #x7149 + #x7165 #x7227 #x7233 #x733B #x4E6F + #x7366 #x7367 #x7368 #x736C #x5423 + #x342A #x3476 #x5877 #x592D #x5A61 + #x3522 #x334C #x657D #x657E #x6621 + #x335C #x6D7D #x507C #x417C #x5371 + #x3766 #x3E7D #x555D #x5739 #x5831 + #x3F78 #x5973 #x5A33 #x5970 #x5A49 + #x3F22 #x6026 #x4D32 #x612E #x4D63 + #x4E57 #x316A #x4A43 #x723C #x6A64 + #x6B36 #x6E43 #x3D36 #x6E44 #x3C60 + #x6E45 #x6E46 #x6E48 #x6E4B #x6E4A + #x6E4F #x6E52 #x6E51 #x4830 #x6E54 + #x6E55 #x395A #x724D #x737D #x3973)) (put-char-attribute (decode-char 'japanese-jisx0208-1990 v) '=gt-pj-1 v)) nil)