[IPython-dev] Bug: unicode and IPython
Alexander Belchenko
bialix at ukr.net
Fri Aug 11 01:56:51 CDT 2006
Walter Dörwald пишет:
> Ville Vainio wrote:
>> On 8/10/06, Fernando Perez <fperez.net at gmail.com> wrote:
>>
>>> Help from non-US-based users would be greatly appreciated, I'm a bit lost here.
>> Or non-scandinavian. Things work fine for iso-8859-15 because
>> scandinavian characters fit into the 8 bits.
>
> It might have to do with locale settings. What does the following output
> on the OPs computer?
>
> In [1]: import sys
> In [2]: sys.stdin.encoding
My console encoding is cp866 (russian windows console):
In [1]: import sys
In [2]: sys.stdout.encoding
Out[2]: 'cp866'
In [3]: sys.stdin.encoding
Out[3]: 'cp866'
--
Alexander
More information about the IPython-dev
mailing list