unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Unicode-2: two cp936 aliases in chinese.el
@ 2007-10-23  2:06 Katsumi Yamaoka
  2007-10-23  2:42 ` Kenichi Handa
  0 siblings, 1 reply; 2+ messages in thread
From: Katsumi Yamaoka @ 2007-10-23  2:06 UTC (permalink / raw)
  To: emacs-devel

;; line 96:
(define-coding-system-alias 'cp936 'chinese-iso-8bit)
;; line 226:
(define-coding-system-alias 'cp936 'chinese-gbk)

The former is a mis-implementation, isn't it?  (It's not a real
problem since the latter seem to override the former, though.)

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

* Re: Unicode-2: two cp936 aliases in chinese.el
  2007-10-23  2:06 Unicode-2: two cp936 aliases in chinese.el Katsumi Yamaoka
@ 2007-10-23  2:42 ` Kenichi Handa
  0 siblings, 0 replies; 2+ messages in thread
From: Kenichi Handa @ 2007-10-23  2:42 UTC (permalink / raw)
  To: Katsumi Yamaoka; +Cc: emacs-devel

In article <b4mir4yinzi.fsf@jpl.org>, Katsumi Yamaoka <yamaoka@jpl.org> writes:

> ;; line 96:
> (define-coding-system-alias 'cp936 'chinese-iso-8bit)
> ;; line 226:
> (define-coding-system-alias 'cp936 'chinese-gbk)

> The former is a mis-implementation, isn't it?  (It's not a real
> problem since the latter seem to override the former, though.)

Thank you for the report.  I've just fixed it.

---
Kenichi Handa
handa@m17n.org

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

end of thread, other threads:[~2007-10-23  2:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-23  2:06 Unicode-2: two cp936 aliases in chinese.el Katsumi Yamaoka
2007-10-23  2:42 ` 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).