(utf-8-gb): Prefer `ucs-gb' and `=>ucs-gb'.
authortomo <tomo>
Tue, 26 Nov 2002 19:29:49 +0000 (19:29 +0000)
committertomo <tomo>
Tue, 26 Nov 2002 19:29:49 +0000 (19:29 +0000)
(utf-8-gb-er): Likewise.

lisp/mule/mule-coding.el

index f43d817..8efc234 100644 (file)
    '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