From aa6248558269ac6f6b0376da0887d35f2d24a915 Mon Sep 17 00:00:00 2001 From: tomo Date: Tue, 26 Nov 2002 19:29:49 +0000 Subject: [PATCH] (utf-8-gb): Prefer `ucs-gb' and `=>ucs-gb'. (utf-8-gb-er): Likewise. --- lisp/mule/mule-coding.el | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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 -- 1.7.10.4