From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dave Love Newsgroups: gmane.emacs.help Subject: Re: python-mode, c-c c-c and unicode in output buffer Date: Sun, 01 Nov 2009 19:24:53 +0000 Organization: The University of Liverpool Message-ID: <87vdhuhwu2.fsf@liv.ac.uk> References: <4fa56018-f878-44c8-99c3-871cf5aad894@l31g2000vbp.googlegroups.com> Reply-To: fx@gnu.org NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1257143099 12597 80.91.229.12 (2 Nov 2009 06:24:59 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 2 Nov 2009 06:24:59 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Nov 02 07:24:52 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1N4qLT-0003nb-VO for geh-help-gnu-emacs@m.gmane.org; Mon, 02 Nov 2009 07:24:52 +0100 Original-Received: from localhost ([127.0.0.1]:57578 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N4qLT-0000uR-Ev for geh-help-gnu-emacs@m.gmane.org; Mon, 02 Nov 2009 01:24:51 -0500 Original-Path: news.stanford.edu!usenet.stanford.edu!newsfeed.esat.net!feeder.news.heanet.ie!feed4.jnfs.ja.net!jnfs.ja.net!liv!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 14 Original-NNTP-Posting-Host: pc102091.liv.ac.uk Original-X-Trace: news.liv.ac.uk 1257103493 24606 138.253.102.91 (1 Nov 2009 19:24:53 GMT) Original-X-Complaints-To: abuse@liverpool.ac.uk Original-NNTP-Posting-Date: 1 Nov 2009 19:24:53 GMT X-Draft-From: ("gnu.emacs.help" 155845) User-Agent: Gnus/5.110011 (No Gnus v0.11) Cancel-Lock: sha1:ZYbAqerQHsDE/Np2tivaTRc3uO0= Original-Xref: news.stanford.edu gnu.emacs.help:174300 X-Mailman-Approved-At: Mon, 02 Nov 2009 01:14:34 -0500 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:69386 Archived-At: Peter Dyballa writes: > The reason is that you are *not* creating an UTF-8 encoded file, This is the interpreter output stream from a file which was utf-8. > To achieve UTF-8 encoding you need to > update the first line to real ELisp: > > # coding: utf-8; > > The final delimiter is needed, I think... Not according to the Python manual.