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 ronaldoussoren
Recipients ezio.melotti, piro, ronaldoussoren, vstinner
Date 2010-07-06.07:24:49
SpamBayes Score 0.00035176138
Marked as misclassified No
Message-id <1278401092.2.0.745592240059.issue9167@psf.upfronthosting.co.za>
In-reply-to
Content
I cannot reproduce this with both 3.1.2 and 3.2a (py3k:80693), in both cases I get the same output as you do on Linux.  This is on OSX 10.6 though, I haven't tested on 10.4 yet.

What is the output of the locale command on your OSX system? Mine says:


$ locale
LANG="en_US.UTF-8"
LC_COLLATE="en_US.UTF-8"
LC_CTYPE="en_US.UTF-8"
LC_MESSAGES="en_US.UTF-8"
LC_MONETARY="en_US.UTF-8"
LC_NUMERIC="en_US.UTF-8"
LC_TIME="en_US.UTF-8"
LC_ALL=

And what is the value of "__CF_USER_TEXT_ENCODING"? My is:

$ echo ${__CF_USER_TEXT_ENCODING}
0x1F6:0:0
History
Date User Action Args
2010-07-06 07:24:52ronaldoussorensetrecipients: + ronaldoussoren, vstinner, piro, ezio.melotti
2010-07-06 07:24:52ronaldoussorensetmessageid: <1278401092.2.0.745592240059.issue9167@psf.upfronthosting.co.za>
2010-07-06 07:24:50ronaldoussorenlinkissue9167 messages
2010-07-06 07:24:49ronaldoussorencreate