unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Zhang Wei <id.brep@gmail.com>
Subject: emacs-unicode-2: `locale-preferred-coding-systems' improvements on chinese locales
Date: Thu, 27 Oct 2005 14:06:48 +0800	[thread overview]
Message-ID: <87br1bijd3.fsf@gmail.com> (raw)

The `locale-preferred-coding-systems' variable should also 
be improved for chinese locales.


*** lisp/international/mule-cmds.el.~1.242.2.25.~	2005-09-26 06:07:01.000000000 +0800
--- lisp/international/mule-cmds.el	2005-10-27 13:58:14.000000000 +0800
***************
*** 2280,2293 ****
       ("koi8-?r" . koi8-r)
       ("koi8-?u" . koi8-u)
       ("tcvn" . tcvn)
       ("big5" . big5)
       ("euc-?tw" . euc-tw)
!      ;; We don't support GBK, but as it is upper compatible with
!      ;; GB-2312, we setup the default coding system to gb2312.
!      ("gbk" . gb2312)
!      ;; We don't support BIG5-HKSCS, but as it is upper compatible with
!      ;; BIG5, we setup the default coding system to big5.
!      ("big5hkscs" . big5)
       ("ja.*[._]euc" . japanese-iso-8bit)
       ("ja.*[._]jis7" . iso-2022-jp)
       ("ja.*[._]pck" . japanese-shift-jis)
--- 2280,2292 ----
       ("koi8-?r" . koi8-r)
       ("koi8-?u" . koi8-u)
       ("tcvn" . tcvn)
+      ("big5[-_]?hkscs" . big5-hkscs)
       ("big5" . big5)
       ("euc-?tw" . euc-tw)
!      ("euc-?cn" .euc-cn)
!      ("gb2312" . gb2312)
!      ("gbk" . gbk)
!      ("gb18030" . gb18030)
       ("ja.*[._]euc" . japanese-iso-8bit)
       ("ja.*[._]jis7" . iso-2022-jp)
       ("ja.*[._]pck" . japanese-shift-jis)

             reply	other threads:[~2005-10-27  6:06 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-10-27  6:06 Zhang Wei [this message]
2005-10-27  6:35 ` emacs-unicode-2: `locale-preferred-coding-systems' improvements on chinese locales Kenichi Handa

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87br1bijd3.fsf@gmail.com \
    --to=id.brep@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).