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:
a3711fe
)
(coded-charset-entity-reference-alist): Add setting for `=+>ucs@iso';
author
tomo
<tomo>
Tue, 18 Oct 2011 10:47:52 +0000
(10:47 +0000)
committer
tomo
<tomo>
Tue, 18 Oct 2011 10:47:52 +0000
(10:47 +0000)
use `=+>ucs@jis' instead of `=>ucs@JP'.
lisp/mule/mule-coding.el
patch
|
blob
|
history
diff --git
a/lisp/mule/mule-coding.el
b/lisp/mule/mule-coding.el
index
63ed9fd
..
816f976
100644
(file)
--- a/
lisp/mule/mule-coding.el
+++ b/
lisp/mule/mule-coding.el
@@
-377,7
+377,8
@@
( =>ucs@unicode "A-UU+" 4 X)
( =>ucs@jis "A-JU+" 4 X)
( =>ucs@cns "A-CU+" 4 X)
- ( =>ucs@JP "o-JU+" 4 X)
+ (=+>ucs@iso "o-IU+" 4 X)
+ (=+>ucs@jis "o-JU+" 4 X)
( =>ucs@jis/1990 "o-J90U+" 4 X)
(=>>ucs@iso "G-IU+" 4 X)
(=>>ucs@unicode "G-UU+" 4 X)