From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Eric Schulte" Subject: Re: Re: Babel, Python and UTF-8 Date: Thu, 02 Dec 2010 12:34:09 -0700 Message-ID: <87hbew7yvi.fsf@gmail.com> References: <87fwuhas6t.fsf@gmail.com> <80bp54a693.fsf@missioncriticalit.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=58446 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1POEv2-0006Iy-Ov for emacs-orgmode@gnu.org; Thu, 02 Dec 2010 14:34:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1POEv1-0004zS-Jy for emacs-orgmode@gnu.org; Thu, 02 Dec 2010 14:34:16 -0500 Received: from mail-pw0-f41.google.com ([209.85.160.41]:40571) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1POEv1-0004zN-Ex for emacs-orgmode@gnu.org; Thu, 02 Dec 2010 14:34:15 -0500 Received: by pwi6 with SMTP id 6so3848429pwi.0 for ; Thu, 02 Dec 2010 11:34:14 -0800 (PST) In-Reply-To: <80bp54a693.fsf@missioncriticalit.com> (=?utf-8?Q?=22S=C3=A9b?= =?utf-8?Q?astien?= Vauban"'s message of "Thu, 02 Dec 2010 10:11:52 +0100") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: =?utf-8?Q?S=C3=A9bastien?= Vauban Cc: emacs-orgmode@gnu.org S=C3=A9bastien Vauban writes: > > Isn't such a prefix already available through the "shebang" option: can't= it > be multiline? Anyway, I don't think it's the problem here... > The :shebang header argument is only used for tangling, not during evaluation, however if you ever needed to tangle python code blocks with non-ASCII encodings this would be the appropriate solution.