albertjan added the comment:

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 <rep...@bugs.python.org>
> To: fo...@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 <rep...@bugs.python.org>
> <http://bugs.python.org/issue17254>
> _______________________________________
>

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue17254>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to