X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=lisp%2Fmule%2Fmule-coding.el;h=d2a37d87d6dbab7581011df62a176acc7568b87e;hb=c0fb0831c64e83133abae5dfb1fb407b072eb925;hp=a3b34b3f5d21a24fd50840b9b8d8b6ec2ea611cb;hpb=19125e97db5af331b3c99f3463d1859dc4c022fb;p=chise%2Fxemacs-chise.git- diff --git a/lisp/mule/mule-coding.el b/lisp/mule/mule-coding.el index a3b34b3..d2a37d8 100644 --- a/lisp/mule/mule-coding.el +++ b/lisp/mule/mule-coding.el @@ -433,6 +433,9 @@ ( =ucs-var-002 "U-v002+" 4 X) ( =ucs-var-003 "U-v003+" 4 X) ( =ucs-var-004 "U-v004+" 4 X) + ( =ucs-var-006 "U-v006+" 4 X) + ( =ucs-var-008 "U-v008+" 4 X) + ( =ucs-var-010 "U-v010+" 4 X) ( =ucs-itaiji-001 "U-i001+" 4 X) ( =ucs-itaiji-002 "U-i002+" 4 X) ( =ucs-itaiji-003 "U-i003+" 4 X) @@ -440,7 +443,12 @@ ( =ucs-itaiji-005 "U-i005+" 4 X) ( =ucs-itaiji-006 "U-i006+" 4 X) ( =ucs-itaiji-008 "U-i008+" 4 X) + ( =ucs-itaiji-009 "U-i009+" 4 X) ( =ucs-itaiji-084 "U-i084+" 4 X) + ( =big5-cdp-itaiji-001 "CDP-i001-" 4 X) + (==big5-cdp-itaiji-001 "g2-CDP-i001-" 4 X) + ( =big5-cdp-itaiji-002 "CDP-i002-" 4 X) + ( =big5-cdp-itaiji-003 "CDP-i003-" 4 X) ( =big5-cdp-var-003 "CDP-v003-" 4 X) ( =big5-cdp-var-004 "CDP-v004-" 4 X) ( =big5-cdp-var-005 "CDP-v005-" 4 X) @@ -514,9 +522,9 @@ ( =>ucs@iso "A-IU+" 4 X) ( =>ucs@unicode "A-UU+" 4 X) ( =>ucs@jis "A-JU+" 4 X) - ( =>ucs@jis/2004 "A-J04U+" 4 X) ( =>ucs@cns "A-CU+" 4 X) ( =>ucs@ks "A-KU+" 4 X) + ( =>ucs@jis/2004 "A-J04U+" 4 X) (=+>ucs@iso "o-IU+" 4 X) (=+>ucs@unicode "o-UU+" 4 X) (=+>ucs@jis "o-JU+" 4 X) @@ -585,6 +593,7 @@ (=>cns11643-5 "A-C5-" 4 X) (=>cns11643-7 "A-C7-" 4 X) (=>big5-cdp "A-CDP-" 4 X) + (=>big5-cdp-itaiji-001 "A-CDP-i001-" 4 X) ( =jis-x0208@1978/i1 "J78i1-" 4 X) ( =shinjigen@rev "SJG2-" 4 d) ( =shinjigen@1ed "SJG1-" 4 d) @@ -628,7 +637,8 @@ '(mnemonic "UTF8G" charset-g0 =ucs@gb charset-g1 =>ucs@unicode - charset-g2 =>ucs)) + charset-g2 =>ucs + charset-g3 =ucs)) (make-coding-system 'utf-8-ivs-gb 'utf-8 @@ -637,6 +647,7 @@ charset-g0 =ucs@gb charset-g1 =>ucs@unicode charset-g2 =>ucs + charset-g3 =ucs enable-decomposition t)) (make-coding-system @@ -646,6 +657,7 @@ charset-g0 =ucs@gb charset-g1 =>ucs@unicode charset-g2 =>ucs + charset-g3 =ucs use-entity-reference t)) (make-coding-system @@ -655,6 +667,7 @@ charset-g0 =ucs@gb charset-g1 =>ucs@unicode charset-g2 =>ucs + charset-g3 =ucs enable-decomposition t use-entity-reference t)) @@ -664,7 +677,8 @@ '(mnemonic "UTF8C" charset-g0 =ucs@cns charset-g1 =>ucs@cns - charset-g2 =>ucs)) + charset-g2 =>ucs + charset-g3 =ucs)) (make-coding-system 'utf-8-ivs-cns 'utf-8 @@ -673,6 +687,7 @@ charset-g0 =ucs@cns charset-g1 =>ucs@cns charset-g2 =>ucs + charset-g3 =ucs enable-decomposition t)) (make-coding-system @@ -682,6 +697,7 @@ charset-g0 =ucs@cns charset-g1 =>ucs@cns charset-g2 =>ucs + charset-g3 =ucs use-entity-reference t)) (make-coding-system @@ -691,6 +707,7 @@ charset-g0 =ucs@cns charset-g1 =>ucs@cns charset-g2 =>ucs + charset-g3 =ucs enable-decomposition t use-entity-reference t)) @@ -700,7 +717,8 @@ '(mnemonic "UTF8B" charset-g0 =ucs@big5 charset-g1 =>ucs@big5 - charset-g2 =>ucs)) + charset-g2 =>ucs + charset-g3 =ucs)) (make-coding-system 'utf-8-ivs-big5 'utf-8 @@ -709,6 +727,7 @@ charset-g0 =ucs@big5 charset-g1 =>ucs@big5 charset-g2 =>ucs + charset-g3 =ucs enable-decomposition t)) (make-coding-system @@ -718,6 +737,7 @@ charset-g0 =ucs@big5 charset-g1 =>ucs@big5 charset-g2 =>ucs + charset-g3 =ucs use-entity-reference t)) (make-coding-system @@ -727,6 +747,7 @@ charset-g0 =ucs@big5 charset-g1 =>ucs@big5 charset-g2 =>ucs + charset-g3 =ucs enable-decomposition t use-entity-reference t)) @@ -736,7 +757,8 @@ '(mnemonic "UTF8J00" charset-g0 =ucs@jis/2000 charset-g1 =>ucs@jis - charset-g2 =>ucs)) + charset-g2 =>ucs + charset-g3 =ucs)) (make-coding-system 'utf-8-ivs-jis 'utf-8 @@ -745,6 +767,7 @@ charset-g0 =ucs@jis/2000 charset-g1 =>ucs@jis charset-g2 =>ucs + charset-g3 =ucs enable-decomposition t)) (make-coding-system @@ -754,6 +777,7 @@ charset-g0 =ucs@jis/2000 charset-g1 =>ucs@jis charset-g2 =>ucs + charset-g3 =ucs use-entity-reference t)) (make-coding-system @@ -763,6 +787,7 @@ charset-g0 =ucs@jis/2000 charset-g1 =>ucs@jis charset-g2 =>ucs + charset-g3 =ucs enable-decomposition t use-entity-reference t)) @@ -772,7 +797,8 @@ '(mnemonic "UTF8JP" charset-g0 =ucs@JP charset-g1 =>ucs@jis - charset-g2 =>ucs)) + charset-g2 =>ucs + charset-g3 =ucs)) (make-coding-system 'utf-8-ivs-jp 'utf-8 @@ -781,6 +807,7 @@ charset-g0 =ucs@JP charset-g1 =>ucs@jis charset-g2 =>ucs + charset-g3 =ucs enable-decomposition t)) (make-coding-system @@ -790,6 +817,7 @@ charset-g0 =ucs@JP charset-g1 =>ucs@jis charset-g2 =>ucs + charset-g3 =ucs use-entity-reference t)) (make-coding-system @@ -799,6 +827,7 @@ charset-g0 =ucs@JP charset-g1 =>ucs@jis charset-g2 =>ucs + charset-g3 =ucs enable-decomposition t use-entity-reference t)) @@ -808,7 +837,8 @@ '(mnemonic "UTF8K" charset-g0 =ucs@ks charset-g1 =>ucs@ks - charset-g2 =>ucs)) + charset-g2 =>ucs + charset-g3 =ucs)) (make-coding-system 'utf-8-ivs-ks 'utf-8 @@ -817,6 +847,7 @@ charset-g0 =ucs@ks charset-g1 =>ucs@ks charset-g2 =>ucs + charset-g3 =ucs enable-decomposition t)) (make-coding-system @@ -826,6 +857,7 @@ charset-g0 =ucs@ks charset-g1 =>ucs@ks charset-g2 =>ucs + charset-g3 =ucs use-entity-reference t)) (make-coding-system @@ -835,6 +867,7 @@ charset-g0 =ucs@ks charset-g1 =>ucs@ks charset-g2 =>ucs + charset-g3 =ucs enable-decomposition t use-entity-reference t))