From: tomo Date: Mon, 16 May 2005 18:42:20 +0000 (+0000) Subject: (coded-charset-entity-reference-alist): Modify to use "&U-hhhhhhhh;" X-Git-Tag: r21-4-15-chise-0_22^2~26 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=97428d1d15af2ef8afa52eb8fc42db4a4bac4819;p=chise%2Fxemacs-chise.git.1 (coded-charset-entity-reference-alist): Modify to use "&U-hhhhhhhh;" instead of "&UU+hhhh;" for `=ucs@iso'. --- diff --git a/lisp/mule/mule-coding.el b/lisp/mule/mule-coding.el index 96f9514..624f81b 100644 --- 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)