From 6c2233bd367b56773048731e8f6f790f4f2433dd Mon Sep 17 00:00:00 2001 From: Dave Love Date: Sun, 8 Dec 2002 22:48:16 +0000 Subject: [PATCH] (mik, pt154): New charsets. --- lisp/international/mule-conf.el | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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 @@ :map "ibm850") (define-charset-alias 'cp850 'ibm850) +(define-charset 'mik + "Bulgarian DOS codepage" + :short-name "MIK" + :ascii-compatible-p t + :code-space [0 255] + :map "mik") + +(define-charset 'pt154 + "`Paratype' codepage (Asian Cyrillic)" + :short-name "PT154" + :ascii-compatible-p t + :code-space [0 255] + :map "pt154") + (define-charset 'gb18030-2-byte "GB18030 2-byte (0x814E..0xFEFE)" :code-space [#x40 #xFE #x81 #xFE] -- 2.39.2