GNU bug report logs -
#5387
MS950 alias for CP950 charset
Previous Next
Reported by: jidanni <at> jidanni.org
Date: Fri, 15 Jan 2010 11:15:02 UTC
Severity: normal
Merged with 5647,
5681
Done: Glenn Morris <rgm <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
In article <871vhqw8ss.fsf <at> marauder.physik.uni-ulm.de>, Reiner Steib <reinersteib+gmane <at> imap.cc> writes:
> On Sat, Jan 16 2010, jidanni <at> jidanni.org wrote:
>>>>>>> "K" == Kenichi Handa <handa <at> 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 <at> m17n.org
This bug report was last modified 15 years and 67 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.