This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author lemburg
Recipients l0nwlf, lemburg, r.david.murray
Date 2010-06-04.21:14:17
SpamBayes Score 0.012328946
Marked as misclassified No
Message-id <4C096CA7.3040508@egenix.com>
In-reply-to <1275684784.08.0.39836176133.issue8898@psf.upfronthosting.co.za>
Content
Shashwat Anand wrote:
> 
> Shashwat Anand <anand.shashwat@gmail.com> added the comment:
> 
>> We need to add aliases for those codecs. The current aliases
>> list only supports the format "latinN" for N in 1-10.
> 
> latinN means latin1 to latin10 ? 

Yes. We should add aliases for the format "latin_N" as well.

> But latin_1 is a recognized alias.
> 
>>>> codecs.lookup('latin_1')
> <codecs.CodecInfo object for encoding iso8859-1 at 0x10160aae0>

Yes, since that's the native name of the dedicated Python codec
for ISO-8859-1.
History
Date User Action Args
2010-06-04 21:14:19lemburgsetrecipients: + lemburg, r.david.murray, l0nwlf
2010-06-04 21:14:17lemburglinkissue8898 messages
2010-06-04 21:14:17lemburgcreate