(utf-8-mcs-no-composition): New coding-system for XEmacs CHISE.
authortomo <tomo>
Wed, 9 Feb 2011 13:00:04 +0000 (13:00 +0000)
committertomo <tomo>
Wed, 9 Feb 2011 13:00:04 +0000 (13:00 +0000)
lisp/mule/mule-coding.el

index 7f2821e..d3bc0c2 100644 (file)
    '(mnemonic "MTF8r" use-entity-reference t))
 
   (make-coding-system
+   'utf-8-mcs-no-composition 'utf-8
+   "Coding-system of UTF-8 without composition."
+   '(mnemonic "MTF8-nc" disable-composition t))
+
+  (make-coding-system
    'utf-8-gb 'utf-8
    "Coding-system of UTF-8 using GB mapping."
    '(mnemonic "UTF8G"