emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] org-babel, python, encoding and table


From: Nick Dokos
Subject: Re: [O] org-babel, python, encoding and table
Date: Tue, 07 May 2013 15:20:52 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Andreas Röhler <address@hidden> writes:

> Am 07.05.2013 20:18, schrieb Eric Schulte:
>> Andreas Röhler <address@hidden> 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

[Prev in Thread] Current Thread [Next in Thread]