From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?Q?Andreas_R=c3=b6hler?= Subject: bug: copyright-sign not printed Date: Tue, 13 Aug 2019 12:09:36 +0200 Message-ID: <17c11aa1-01c1-ab86-c4e8-ec5ef7273883@easy-emacs.de> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:59137) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hxThp-0006bN-4W for emacs-orgmode@gnu.org; Tue, 13 Aug 2019 06:07:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hxTho-0007tC-8I for emacs-orgmode@gnu.org; Tue, 13 Aug 2019 06:07:05 -0400 Received: from mout.kundenserver.de ([212.227.126.130]:39379) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hxThn-0007se-Ur for emacs-orgmode@gnu.org; Tue, 13 Aug 2019 06:07:04 -0400 Received: from [192.168.178.39] ([88.130.49.96]) by mrelayeu.kundenserver.de (mreue012 [212.227.15.167]) with ESMTPSA (Nemesis) id 1MtPzy-1iHkc91HEk-00unVl for ; Tue, 13 Aug 2019 12:06:59 +0200 Content-Language: en-US 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" 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