[IPython-dev] Bug: unicode and IPython

Walter Dörwald walter at livinglogic.de
Thu Aug 10 19:12:36 EDT 2006


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

Servus,
    Walter



More information about the IPython-dev mailing list