]> git.eshelyaron.com Git - emacs.git/commitdiff
Add cp949-2-byte, cp949.
authorKenichi Handa <handa@m17n.org>
Tue, 16 Jun 2009 00:56:02 +0000 (00:56 +0000)
committerKenichi Handa <handa@m17n.org>
Tue, 16 Jun 2009 00:56:02 +0000 (00:56 +0000)
lisp/ChangeLog
lisp/international/mule-conf.el

index 8068e0d72ebf6bfc1e29ea285b88b5a8f6c9b10f..74c3b62686158950f0bbf9d443a21758e6e249b6 100644 (file)
@@ -1,3 +1,7 @@
+2009-06-16  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
+
+       * international/mule-conf.el: Add cp949-2-byte, cp949.
+
 2009-06-16  Kenichi Handa  <handa@m17n.org>
 
        * composite.el (compose-region): Improve the docstring.
index 8bd9301e1b7aaa16d4026f931e20e63464b1b69e..f8cfa09e612dfa000ebcbd3b71640f12001ea33b 100644 (file)
   :code-offset #x27c218                        ; ... #x280839
   :unify-map "BIG5-HKSCS")
 
-;; Fixme: Korean cp949/UHC
+(define-charset 'cp949-2-byte
+  "2-byte part of CP949"
+  :dimension 2
+  :map "CP949-2BYTE"
+  :code-space [#x41 #xFE #x81 #xFD]
+  :supplementary-p t)
+
+(define-charset 'cp949
+  "CP949 (Korean)"
+  :short-name "CP949"
+  :long-name  "CP949 (Korean)"
+  :code-space [#x00 #xFE #x00 #xFD]
+  :superset '(ascii cp949-2-byte))
 
 (define-charset 'chinese-sisheng
   "SiSheng characters for PinYin/ZhuYin"