From: Kenichi Handa <handa@m17n.org>
To: poppyer <poppyer@gmail.com>
Cc: cyd@stupidchicken.com, 1654@emacsbugs.donarmstrong.com
Subject: bug#1654: 23.0.60; auto encoding detection (detect-coding-region) not working
Date: Mon, 30 Mar 2009 10:08:31 +0900 [thread overview]
Message-ID: <E1Lo5zL-0002NX-JV@etlken> (raw)
In-Reply-To: <9m7i2bwdod.fsf@nusnet-97-126.dynip.nus.edu.sg> (message from poppyer on Fri, 27 Mar 2009 16:52:18 +0800)
In article <9m7i2bwdod.fsf@nusnet-97-126.dynip.nus.edu.sg>, poppyer <poppyer@gmail.com> writes:
> I just re-examine the code, and find the bug.
> And it is a bug in lisp/language/chinese.el
> near line 125:
[...]
> should be:
> =================
> (define-coding-system 'chinese-big5
> "BIG5 8-bit encoding for Chinese (MIME:Big5)"
> :coding-type 'big5 ;; change charset to big5 here, poppyer
> :mnemonic ?B
> :charset-list '(ascii big5)
> :mime-charset 'big5)
> =====================
Actually this is not a bug. When I introduced the
coding-type `charset' in Emacs 23, I changed most
coding-systems that require charset-mapping to that type.
In the future, I want to delete all Big5 (and SJIS) specific
codes in coding.c.
But, the implementation of detecting coding systems of the
same type won't be in time for Emacs 23.1. So, I'll commit
your change.
---
Kenichi Handa
handa@m17n.org
next prev parent reply other threads:[~2009-03-30 1:08 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-03-27 2:59 bug#1654: 23.0.60; auto encoding detection (detect-coding-region) not working Chong Yidong
2009-03-27 4:34 ` Kenichi Handa
2009-03-27 4:58 ` Chong Yidong
2009-03-27 5:20 ` poppyer
2009-03-27 7:29 ` Kenichi Handa
2009-03-27 6:02 ` Kenichi Handa
2009-03-27 5:03 ` poppyer
2009-03-27 6:55 ` Kenichi Handa
2009-03-27 7:00 ` poppyer
2009-03-27 8:52 ` poppyer
2009-03-30 1:08 ` Kenichi Handa [this message]
-- strict thread matches above, loose matches on Subject: below --
2008-12-21 8:21 Gaofeng Huang
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=E1Lo5zL-0002NX-JV@etlken \
--to=handa@m17n.org \
--cc=1654@emacsbugs.donarmstrong.com \
--cc=cyd@stupidchicken.com \
--cc=poppyer@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).