Andreas Röhler <andreas.roeh...@easy-emacs.de> writes:

> Am 07.05.2013 20:18, schrieb Eric Schulte:
>> Andreas Röhler <andreas.roeh...@easy-emacs.de> writes:
>> ...
>> Maybe Python simply needs to be convinced to print in utf-8 format?
>
> Get the wrong results with a Ipython0.12, but correct with Python3.2.3 and 
> Python3.3 - all called from Emacs24.3

unicode handling is one of the big changes between Python 2.x and Python
3.x. It's good to know that Python 3.x seems to make it trivial to
handle unicode correctly (although there might still be dragons there).

Here are some links:

  http://docs.python.org/2/howto/unicode.html
  http://docs.python.org/3/howto/unicode.html

that might shed some light.

-- 
Nick


Reply via email to