From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: BUG copyright sign Date: Wed, 27 Feb 2013 09:30:22 +0100 Message-ID: <87zjyqupk1.fsf@bzg.ath.cx> References: <512DC1D1.1080005@easy-emacs.de> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:48895) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UAcPE-0005U3-11 for emacs-orgmode@gnu.org; Wed, 27 Feb 2013 03:30:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UAcPA-0008By-Oa for emacs-orgmode@gnu.org; Wed, 27 Feb 2013 03:30:27 -0500 Received: from mail-wg0-f46.google.com ([74.125.82.46]:59806) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UAcPA-0008Bp-Ii for emacs-orgmode@gnu.org; Wed, 27 Feb 2013 03:30:24 -0500 Received: by mail-wg0-f46.google.com with SMTP id fg15so221591wgb.25 for ; Wed, 27 Feb 2013 00:30:23 -0800 (PST) In-Reply-To: <512DC1D1.1080005@easy-emacs.de> ("Andreas =?iso-8859-1?Q?R?= =?iso-8859-1?Q?=F6hler=22's?= message of "Wed, 27 Feb 2013 09:20:33 +0100") 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Andreas =?iso-8859-1?Q?R=F6hler?= Cc: emacs-orgmode Andreas Röhler writes: > When evaluating the source examples attached, it fails sending > > Traceback (most recent call last): > File "", line 1, in > UnicodeEncodeError: 'ascii' codec can't encode character u'\xa9' in position 0: ordinal not in range(128) This is a Python error, not an Org error. I guess you are using Python 2.x? The way Python handles encoding changed in Python 3.0. -- Bastien