#+BEGIN_SRC python :results output
print(u'\\xA9')
#+END_SRC

#+RESULTS:
: \xA9


AFAUI cause in in calling  org-babel--shell-command-on-region, line 108 of ob-eval.el

        (process-file shell-file-name input-file

where python is run through a bash.

While in a Emacs python-shell print(u'\xA9') works nicely.

Thanks,

Andreas



Reply via email to