projects
/
chise
/
xemacs-chise.git.1
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e7d2fc4
)
(coded-charset-entity-reference-alist): Modify to use "&U-hhhhhhhh;"
author
tomo
<tomo>
Mon, 16 May 2005 18:42:20 +0000
(18:42 +0000)
committer
tomo
<tomo>
Mon, 16 May 2005 18:42:20 +0000
(18:42 +0000)
instead of "&UU+hhhh;" for `=ucs@iso'.
lisp/mule/mule-coding.el
patch
|
blob
|
history
diff --git
a/lisp/mule/mule-coding.el
b/lisp/mule/mule-coding.el
index
96f9514
..
624f81b
100644
(file)
--- a/
lisp/mule/mule-coding.el
+++ b/
lisp/mule/mule-coding.el
@@
-299,10
+299,10
@@
( china3-jef "JC3-" 4 X)
( chinese-big5 "B-" 4 X)
( chinese-big5 "C0-" 4 X)
+ ( =ucs@iso "U-" 8 X)
( =ucs@unicode "UU+" 4 X)
( =ucs@unicode "UU-" 8 X)
( =ucs@iso "U+" 4 X)
- ( =ucs@iso "U-" 8 X)
( =ucs@gb "GU+" 4 X)
( =ucs@gb "GU-" 8 X)
( =ucs@jis "JU+" 4 X)