> > #+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.