On Thu, 2007-11-01 at 02:46 -0400, Wilson MacGyver wrote:
> My bad.
>
> using MacPython, I get
>
> >>> import locale
> >>> locale.getdefaultlocale()
> (None, 'mac-roman')
>
> using the /usr/bin/python that came with leopard though, I get
> >>> import locale
> >>> locale.getdefaultlocale()
> ('e
My bad.
using MacPython, I get
>>> import locale
>>> locale.getdefaultlocale()
(None, 'mac-roman')
using the /usr/bin/python that came with leopard though, I get
>>> import locale
>>> locale.getdefaultlocale()
('en_US', 'UTF8')
On 11/1/07, Karen Tracey <[EMAIL PROTECTED]> wrote:
> On 11/1/0
On 11/1/07, Wilson MacGyver <[EMAIL PROTECTED]> wrote:
>
>
> I too can confirm this.
>
> echo $LANG gives en_US.UTF-8
>
> but using both /usr/bin/python which is the one that came
> with OSX Leopard, or using the MacPython downloaded
> from www.python.org at the path
> /Library/Frameworks/Python.fr
I too can confirm this.
echo $LANG gives en_US.UTF-8
but using both /usr/bin/python which is the one that came
with OSX Leopard, or using the MacPython downloaded
from www.python.org at the path
/Library/Frameworks/Python.framework/Versions/Current/bin/python
in both cases,
>>> import locale
>
On 10/31/07, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote:
>
> Can anybody using Apple's Leopard OS confirm #5846 exists by default?
>
> This is either a mistake on the part of the reporter or a total bozo bug
> on Apple's part. I'd like to establish which.
Though I'm not a Leopard user I've seen
I don't know how to reproduce this error.
But If I check the comment :
This is really a bug in Leopard. UTF-8 doesn't look like a valid value
for the LANG environment variable. It should be something of the form
language[_territory][.codeset], where UTF-8 is only the codeset part.
LANG on my
Hi Malcom,
> Can anybody using Apple's Leopard OS confirm #5846 exists by default?
>From what you describe, it looks as if Leopard is doing the correct
thing.
You mention in the ticket comments:
"""
This is really a bug in Leopard. UTF-8 doesn't look like a valid value
for the LANG environment
7 matches
Mail list logo