From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6676 invoked by alias); 6 Jan 2009 21:59:33 -0000 Received: (qmail 6627 invoked by uid 22791); 6 Jan 2009 21:59:32 -0000 X-SWARE-Spam-Status: No, hits=4.2 required=5.0 tests=AWL,BAYES_40,BOTNET,RCVD_IN_JMF_BL,SARE_SUB_ENC_UTF8,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout1.012.net.il (HELO mtaout1.012.net.il) (84.95.2.1) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 06 Jan 2009 21:59:28 +0000 Received: from conversion-daemon.i-mtaout1.012.net.il by i-mtaout1.012.net.il (HyperSendmail v2007.08) id <0KD200100L2B4M00@i-mtaout1.012.net.il> for gdb@sourceware.org; Tue, 06 Jan 2009 23:59:28 +0200 (IST) Received: from HOME-C4E4A596F7 ([77.127.238.249]) by i-mtaout1.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0KD200CBJL32ERE0@i-mtaout1.012.net.il>; Tue, 06 Jan 2009 23:59:27 +0200 (IST) Date: Tue, 06 Jan 2009 21:59:00 -0000 From: Eli Zaretskii Subject: Re: "coding: utf-8" emacs local variable in ChangeLog (?) In-reply-to: <200901062125.n06LPZUc011511@brahms.sibelius.xs4all.nl> To: Mark Kettenis Cc: brobecker@adacore.com, gdb@sourceware.org, ludo@gnu.org Reply-to: Eli Zaretskii Message-id: MIME-version: 1.0 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 8BIT References: <20090103061325.GB31571@adacore.com> <200901031022.n03AMq5c027637@brahms.sibelius.xs4all.nl> <200901032356.n03NuSbX005424@brahms.sibelius.xs4all.nl> <200901062125.n06LPZUc011511@brahms.sibelius.xs4all.nl> X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2009-01/txt/msg00026.txt.bz2 > Date: Tue, 6 Jan 2009 22:25:36 +0100 (CET) > From: Mark Kettenis > CC: brobecker@adacore.com, gdb@sourceware.org, ludo@gnu.org > > This is what C-u C-x says about the funny character in Ludo's name: > > character: Ã (0303, 195, 0xc3) > charset: eight-bit-graphic (8-bit graphic char (0xA0..0xFF)) That's again because your defaults are set to interpret this as something other than UTF-8. > I'm not saying that adding the `coding' cookie is a problem. I'm > arguing that turning ChangeLog into a UTF-8 encoded file was a bad > decision, since there are enough systems where it will not be properly > displayed. And I'm arguing that adding the coding cookie will cause this to be displayed properly in Emacs.