aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love2002-05-31 22:23:39 +0000
committerDave Love2002-05-31 22:23:39 +0000
commitc4e442414e8b44bf5b8e917211dd6359535a6a57 (patch)
tree239fd013320ff0a7667265697e98cf2fe036ff11
parentd2f613a04a0829353623cccceee81a8c950cbdc9 (diff)
downloademacs-c4e442414e8b44bf5b8e917211dd6359535a6a57.tar.gz
emacs-c4e442414e8b44bf5b8e917211dd6359535a6a57.zip
(chinese-sisheng, ipa)
(indian-is13194, tibetan, ethiopic): Add :unify-map.
-rw-r--r--lisp/international/mule-conf.el13
1 files changed, 13 insertions, 0 deletions
diff --git a/lisp/international/mule-conf.el b/lisp/international/mule-conf.el
index 34f31ed24a8..e25cd36d36f 100644
--- a/lisp/international/mule-conf.el
+++ b/lisp/international/mule-conf.el
@@ -412,6 +412,7 @@
412 :iso-final-char ?0 412 :iso-final-char ?0
413 :emacs-mule-id 160 413 :emacs-mule-id 160
414 :code-space [33 126] 414 :code-space [33 126]
415 :unify-map "sisheng"
415 :code-offset #x200000) 416 :code-offset #x200000)
416 417
417(define-charset 'ipa 418(define-charset 'ipa
@@ -419,6 +420,7 @@
419 :short-name "IPA" 420 :short-name "IPA"
420 :iso-final-char ?0 421 :iso-final-char ?0
421 :emacs-mule-id 161 422 :emacs-mule-id 161
423 :unify-map "ipa"
422 :code-space [32 127] 424 :code-space [32 127]
423 :code-offset #x200080) 425 :code-offset #x200080)
424 426
@@ -767,6 +769,7 @@
767 :iso-final-char ?5 769 :iso-final-char ?5
768 :emacs-mule-id 225 770 :emacs-mule-id 225
769 :code-space [33 126] 771 :code-space [33 126]
772 :unify-map "is13194"
770 :code-offset #x180000) 773 :code-offset #x180000)
771 774
772(define-charset 'indian-glyph 775(define-charset 'indian-glyph
@@ -804,6 +807,7 @@
804 :long-name "Tibetan 2 column" 807 :long-name "Tibetan 2 column"
805 :iso-final-char ?7 808 :iso-final-char ?7
806 :emacs-mule-id 252 809 :emacs-mule-id 252
810 :unify-map "tibetan"
807 :code-space [33 126 33 126] 811 :code-space [33 126 33 126]
808 :code-offset #x190000) 812 :code-offset #x190000)
809 813
@@ -850,6 +854,7 @@
850 :long-name "Ethiopic characters" 854 :long-name "Ethiopic characters"
851 :iso-final-char ?3 855 :iso-final-char ?3
852 :emacs-mule-id 245 856 :emacs-mule-id 245
857 :unify-map "ethiopic"
853 :code-space [33 126 33 126] 858 :code-space [33 126 33 126]
854 :code-offset #x1A0000) 859 :code-offset #x1A0000)
855 860
@@ -961,6 +966,14 @@
961(unify-charset 'chinese-big5-2) 966(unify-charset 'chinese-big5-2)
962(unify-charset 'vietnamese-viscii-lower) 967(unify-charset 'vietnamese-viscii-lower)
963(unify-charset 'vietnamese-viscii-upper) 968(unify-charset 'vietnamese-viscii-upper)
969;; (unify-charset 'chinese-sisheng)
970;; (unify-charset 'ipa)
971;; (unify-charset 'indian-is13194)
972;; (unify-charset 'tibetan)
973;; (unify-charset 'ethiopic)
974;; (unify-charset 'japanese-jisx0208-1978)
975;; (unify-charset 'japanese-jisx0208)
976;; (unify-charset 'japanese-jisx0212)
964 977
965 978
966;; These are tables for translating characters on decoding and 979;; These are tables for translating characters on decoding and