Marc-Andre Lemburg added the comment:

On 20.02.2013 15:40, albertjan wrote:
> 
> 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

Thanks.

Something is wrong with your request, though:

* we already have an iso8859_11 code, so aliasing it to some
  other name is not possible

* we already have an cp874 code, so aliasing it to some
  other name is not possible

* cp874 differs from iso8859_11 in a few places, so aliasing
  cp874 is not possible (see 
http://en.wikipedia.org/wiki/ISO/IEC_8859-11#Code_page_874)

What we could do is add aliases 'x-ibm874' and 'windows_874' to
'cp874'. I'm not sure whether 'ibm874' and 'x-ibm874' are the same
thing. The references only mention 'x-ibm874'.

----------

_______________________________________
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