aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love2002-12-08 22:48:16 +0000
committerDave Love2002-12-08 22:48:16 +0000
commit6c2233bd367b56773048731e8f6f790f4f2433dd (patch)
tree7fb48e3d385eec02a5f3ffe2ed69549a4c32acd4
parent61a6da0cc39d9469f414d120cb237145e3a22da9 (diff)
downloademacs-6c2233bd367b56773048731e8f6f790f4f2433dd.tar.gz
emacs-6c2233bd367b56773048731e8f6f790f4f2433dd.zip
(mik, pt154): New charsets.
-rw-r--r--lisp/international/mule-conf.el14
1 files changed, 14 insertions, 0 deletions
diff --git a/lisp/international/mule-conf.el b/lisp/international/mule-conf.el
index 83be82695f9..20a174b1a93 100644
--- a/lisp/international/mule-conf.el
+++ b/lisp/international/mule-conf.el
@@ -994,6 +994,20 @@
994 :map "ibm850") 994 :map "ibm850")
995(define-charset-alias 'cp850 'ibm850) 995(define-charset-alias 'cp850 'ibm850)
996 996
997(define-charset 'mik
998 "Bulgarian DOS codepage"
999 :short-name "MIK"
1000 :ascii-compatible-p t
1001 :code-space [0 255]
1002 :map "mik")
1003
1004(define-charset 'pt154
1005 "`Paratype' codepage (Asian Cyrillic)"
1006 :short-name "PT154"
1007 :ascii-compatible-p t
1008 :code-space [0 255]
1009 :map "pt154")
1010
997(define-charset 'gb18030-2-byte 1011(define-charset 'gb18030-2-byte
998 "GB18030 2-byte (0x814E..0xFEFE)" 1012 "GB18030 2-byte (0x814E..0xFEFE)"
999 :code-space [#x40 #xFE #x81 #xFE] 1013 :code-space [#x40 #xFE #x81 #xFE]