Marc-Andre Lemburg <[EMAIL PROTECTED]> added the comment:

On 2008-10-07 00:52, Trent Mick wrote:
> Trent Mick <[EMAIL PROTECTED]> added the comment:
> 
>> BTW: Does this simplified approach really work for Python on Mac OS X
> 
> It works for Python 2.5:
> 
> http://svn.python.org/view/*checkout*/python/branches/release25-maint/configure.in?rev=66299
> 
> search for "BIGENDIAN".

Thanks... didn't see that the settings enables a compile-time check.

----------
title: PyUnicode_DecodeUTF16(...,       byteorder=0) gets it wrong on Mac OS 
X/PowerPC -> PyUnicode_DecodeUTF16(...,    byteorder=0) gets it wrong on Mac OS 
X/PowerPC

_______________________________________
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue4060>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to