projects
/
chise
/
xemacs-chise.git-
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
177973c
)
(utf-8-mcs-no-composition): New coding-system for XEmacs CHISE.
author
tomo
<tomo>
Wed, 9 Feb 2011 13:00:04 +0000
(13:00 +0000)
committer
tomo
<tomo>
Wed, 9 Feb 2011 13:00:04 +0000
(13:00 +0000)
lisp/mule/mule-coding.el
patch
|
blob
|
history
diff --git
a/lisp/mule/mule-coding.el
b/lisp/mule/mule-coding.el
index
7f2821e
..
d3bc0c2
100644
(file)
--- a/
lisp/mule/mule-coding.el
+++ b/
lisp/mule/mule-coding.el
@@
-368,6
+368,11
@@
'(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"