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: Andreas Röhler
Subject: Re: [O] org-babel, python, encoding and table
Date: Tue, 07 May 2013 21:40:20 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130329 Thunderbird/17.0.5

Am 07.05.2013 21:20, schrieb Nick Dokos:
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.


So it's up to choose the Python default interpreter.

Unfortunatly

(org-babel-do-load-languages
 'org-babel-load-languages
 '((python3 . t)))

seems not working.

while

type python3
python3 ist /usr/bin/python3




reply via email to

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