|
From: | Daniel Clemente |
Subject: | Re: [O] babel evaluation of python and utf-8 |
Date: | Thu, 26 Jun 2014 23:07:07 +0700 |
User-agent: | Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM/1.14.9 (Gojō) APEL/10.8 EasyPG/1.0.0 Emacs/24.4.50 (x86_64-unknown-linux-gnu) MULE/6.0 (HANACHIRUSATO) |
> > #+BEGIN_SRC python :prefix # -*- coding: utf-8 -*- :results output > print(u'é') > #+END_SRC > I also see the same problem here. Even if you include # -*- coding: utf-8 -*- as the first line. Shouldn't org-babel already be using utf-8 instead of ASCII for input/output? By the way, with Python3 it doesn't happen since it doesn't need the coding:utf-8 declaration anymore.
[Prev in Thread] | Current Thread | [Next in Thread] |