From: MORIOKA Tomohiko Date: Wed, 27 Jul 2016 09:06:57 +0000 (+0900) Subject: (utf-8-jp): Specify `charset-g3'. X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fxemacs-chise.git.1;a=commitdiff_plain;h=1c4ef86498439d4ef98c0fa12c4eb5c6a1277fc6 (utf-8-jp): Specify `charset-g3'. (utf-8-ivs-jp): Likewise. (utf-8-jp-er): Likewise. (utf-8-ivs-jp-er): Likewise. --- diff --git a/lisp/mule/mule-coding.el b/lisp/mule/mule-coding.el index 4ac1f79..0cb5787 100644 --- a/lisp/mule/mule-coding.el +++ b/lisp/mule/mule-coding.el @@ -773,7 +773,8 @@ '(mnemonic "UTF8JP" charset-g0 =ucs@JP charset-g1 =>ucs@jis - charset-g2 =>ucs)) + charset-g2 =>ucs + charset-g3 =ucs)) (make-coding-system 'utf-8-ivs-jp 'utf-8 @@ -782,6 +783,7 @@ charset-g0 =ucs@JP charset-g1 =>ucs@jis charset-g2 =>ucs + charset-g3 =ucs enable-decomposition t)) (make-coding-system @@ -791,6 +793,7 @@ charset-g0 =ucs@JP charset-g1 =>ucs@jis charset-g2 =>ucs + charset-g3 =ucs use-entity-reference t)) (make-coding-system @@ -800,6 +803,7 @@ charset-g0 =ucs@JP charset-g1 =>ucs@jis charset-g2 =>ucs + charset-g3 =ucs enable-decomposition t use-entity-reference t))