* bug: copyright-sign not printed
@ 2019-08-13 10:09 Andreas Röhler
0 siblings, 0 replies; only message in thread
From: Andreas Röhler @ 2019-08-13 10:09 UTC (permalink / raw)
To: org-mode list
#+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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2019-08-13 10:07 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-08-13 10:09 bug: copyright-sign not printed Andreas Röhler
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).