From: tomo Date: Tue, 26 Nov 2002 19:29:49 +0000 (+0000) Subject: (utf-8-gb): Prefer `ucs-gb' and `=>ucs-gb'. X-Git-Tag: r21-4-9-utf-2000-0_19-cjkc~40 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=aa6248558269ac6f6b0376da0887d35f2d24a915;p=chise%2Fxemacs-chise.git (utf-8-gb): Prefer `ucs-gb' and `=>ucs-gb'. (utf-8-gb-er): Likewise. --- diff --git a/lisp/mule/mule-coding.el b/lisp/mule/mule-coding.el index f43d817..8efc234 100644 --- a/lisp/mule/mule-coding.el +++ b/lisp/mule/mule-coding.el @@ -218,15 +218,17 @@ 'utf-8-gb 'utf-8 "Coding-system of UTF-8 using GB mapping." '(mnemonic "UTF8G" - charset-g0 ucs - charset-g1 =>ucs)) + charset-g0 ucs-gb + charset-g1 =>ucs-gb + charset-g2 =>ucs)) (make-coding-system 'utf-8-gb-er 'utf-8 "Coding-system of UTF-8 using GB mapping with entity-reference." '(mnemonic "UTF8Gr" - charset-g0 ucs - charset-g1 =>ucs + charset-g0 ucs-gb + charset-g1 =>ucs-gb + charset-g2 =>ucs use-entity-reference t)) (make-coding-system