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 fomcl@yahoo.com
Recipients fomcl@yahoo.com, lemburg
Date 2013-02-20.14:40:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1361371234.25972.YahooMailNeo@web163804.mail.gq1.yahoo.com>
In-reply-to <5124BFFC.8080505@egenix.com>
Content
Hi,
 
I found this report that includes your name:
http://mail.python.org/pipermail/python-bugs-list/2004-August/024564.html
 
Other relevant websites:
http://en.wikipedia.org/wiki/ISO/IEC_8859-11  # is wikipedia 'proof'?
http://code.ohloh.net/file?fid=dhX2dJrRWGISzQAijawMU6qzWJQ&cid=YD58Y-grdtE&s=&browser=Default
http://msdn.microsoft.com/en-us/goglobal/cc305142.aspx
http://www.iso.org/iso/catalogue_detail?csnumber=28263  # non-free

Regards,
Albert-Jan

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
All right, but apart from the sanitation, the medicine, education, wine, public order, irrigation, roads, a 
fresh water system, and public health, what have the Romans ever done for us?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  

----- Original Message -----
> From: Marc-Andre Lemburg <report@bugs.python.org>
> To: fomcl@yahoo.com
> Cc: 
> Sent: Wednesday, February 20, 2013 1:22 PM
> Subject: [issue17254] add thai encoding aliases to encodings.aliases
> 
> 
> Marc-Andre Lemburg added the comment:
> 
> On 20.02.2013 12:48, albertjan wrote:
>> 
>> New submission from albertjan:
>> 
>> This is almost identical to: http://bugs.python.org/issue854511
>> However, tis602, which is mentioned in the orginal bug report, is not an 
> alias to cp874. Therefore, I propose the following:
>> 
>> import encodings
>> 
>> aliases = encodings.aliases.aliases
>> more_aliases = {'ibm874'    : 'cp874',
>>                 'iso_8859_11': 'cp874',
>>                 'iso8859_11' : 'cp874',
>>                 'windows_874': 'cp874',
>>                 }
>> aliases.update(more_aliases)
> 
> Please provide evidence that those encodings are indeed the same.
> 
> Thanks,
> -- 
> Marc-Andre Lemburg
> eGenix.com
> 
> ----------
> nosy: +lemburg
> 
> _______________________________________
> Python tracker <report@bugs.python.org>
> <http://bugs.python.org/issue17254>
> _______________________________________
>
History
Date User Action Args
2013-02-20 14:40:37fomcl@yahoo.comsetrecipients: + fomcl@yahoo.com, lemburg
2013-02-20 14:40:37fomcl@yahoo.comlinkissue17254 messages
2013-02-20 14:40:36fomcl@yahoo.comcreate