Gnus development mailing list
 help / color / mirror / Atom feed
* Re: bug#5387: MS950 alias for CP950 charset
       [not found] <tl77hrjr0f0.fsf@m17n.org>
@ 2010-01-16  1:15 ` jidanni
  2010-01-16 12:09   ` Reiner Steib
  0 siblings, 1 reply; 3+ messages in thread
From: jidanni @ 2010-01-16  1:15 UTC (permalink / raw)
  To: handa; +Cc: 5387, ding

>>>>> "K" == Kenichi Handa <handa@m17n.org> writes:
K> I've just installed the attached change to accept msXXX.
K> canonicalize-coding-system-name is used by
K> coding-system-from-name, and, at least, rmail uses it.
I'll CC the gnus people to make sure they will use it too.



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

* Re: bug#5387: MS950 alias for CP950 charset
  2010-01-16  1:15 ` bug#5387: MS950 alias for CP950 charset jidanni
@ 2010-01-16 12:09   ` Reiner Steib
  2010-01-18  1:14     ` Kenichi Handa
  0 siblings, 1 reply; 3+ messages in thread
From: Reiner Steib @ 2010-01-16 12:09 UTC (permalink / raw)
  To: jidanni, handa; +Cc: 5387, ding

On Sat, Jan 16 2010, jidanni@jidanni.org wrote:

>>>>>> "K" == Kenichi Handa <handa@m17n.org> writes:
> K> I've just installed the attached change to accept msXXX.

Please add "(Bug#5387)" to the ChangeLog entry.

> K> canonicalize-coding-system-name is used by
> K> coding-system-from-name, and, at least, rmail uses it.
> I'll CC the gnus people to make sure they will use it too.

Gnus should use all coding-systems / charsets provided by Emacs.  No
change in Gnus required.

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/



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

* bug#5387: MS950 alias for CP950 charset
  2010-01-16 12:09   ` Reiner Steib
@ 2010-01-18  1:14     ` Kenichi Handa
  0 siblings, 0 replies; 3+ messages in thread
From: Kenichi Handa @ 2010-01-18  1:14 UTC (permalink / raw)
  To: Reiner Steib; +Cc: 5387, ding, jidanni

In article <871vhqw8ss.fsf@marauder.physik.uni-ulm.de>, Reiner Steib <reinersteib+gmane@imap.cc> writes:

> On Sat, Jan 16 2010, jidanni@jidanni.org wrote:
>>>>>>> "K" == Kenichi Handa <handa@m17n.org> writes:
> > K> I've just installed the attached change to accept msXXX.

> Please add "(Bug#5387)" to the ChangeLog entry.

Ah, ok, just done.

> > K> canonicalize-coding-system-name is used by
> > K> coding-system-from-name, and, at least, rmail uses it.
> > I'll CC the gnus people to make sure they will use it too.

> Gnus should use all coding-systems / charsets provided by Emacs.  No
> change in Gnus required.

But MS950 is still not a coding-system in Emacs.
coding-system-from-name is a function to guess a coding
system from the given name.

(coding-system-from-name "MS950")
cp950
(coding-system-p 'MS950)
nil
(coding-system-p 'CP950)
nil
(coding-system-from-name "CP950")
cp950
(coding-system-p 'cp950)
t

---
Kenichi Handa
handa@m17n.org






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

end of thread, other threads:[~2010-01-18  1:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <tl77hrjr0f0.fsf@m17n.org>
2010-01-16  1:15 ` bug#5387: MS950 alias for CP950 charset jidanni
2010-01-16 12:09   ` Reiner Steib
2010-01-18  1:14     ` Kenichi Handa

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 NNTP newsgroup(s).