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


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