From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?B?QW5kcmVhcyBSw7ZobGVy?= Subject: Re: org-babel, python, encoding and table Date: Tue, 07 May 2013 21:40:20 +0200 Message-ID: <518958A4.1030005@easy-emacs.de> References: <87zjw6spxt.fsf@gmail.com> <51893B1C.50609@easy-emacs.de> <87d2t2slf7.fsf@gmail.com> <51894BE4.5010508@easy-emacs.de> <87sj1yppez.fsf@pierrot.dokosmarshall.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:49481) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UZni4-0001Eb-VP for emacs-orgmode@gnu.org; Tue, 07 May 2013 15:38:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UZni3-0007uq-Cr for emacs-orgmode@gnu.org; Tue, 07 May 2013 15:38:00 -0400 Received: from moutng.kundenserver.de ([212.227.126.187]:60649) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UZni3-0007uY-4A for emacs-orgmode@gnu.org; Tue, 07 May 2013 15:37:59 -0400 In-Reply-To: <87sj1yppez.fsf@pierrot.dokosmarshall.org> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Cc: Eric Schulte Am 07.05.2013 21:20, schrieb Nick Dokos: > Andreas Röhler writes: > >> Am 07.05.2013 20:18, schrieb Eric Schulte: >>> Andreas Röhler 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