unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* emacs-unicode-2: `locale-preferred-coding-systems' improvements on chinese locales
@ 2005-10-27  6:06 Zhang Wei
  2005-10-27  6:35 ` Kenichi Handa
  0 siblings, 1 reply; 2+ messages in thread
From: Zhang Wei @ 2005-10-27  6:06 UTC (permalink / 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)

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-10-27  6:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-10-27  6:06 emacs-unicode-2: `locale-preferred-coding-systems' improvements on chinese locales Zhang Wei
2005-10-27  6:35 ` Kenichi Handa

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).