From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24311 invoked by alias); 3 Jan 2009 10:23:48 -0000 Received: (qmail 24302 invoked by uid 22791); 3 Jan 2009 10:23:48 -0000 X-SWARE-Spam-Status: No, hits=-1.2 required=5.0 tests=AWL,BAYES_40,SARE_SUB_ENC_UTF8 X-Spam-Check-By: sourceware.org Received: from sibelius.xs4all.nl (HELO sibelius.xs4all.nl) (82.92.89.47) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 03 Jan 2009 10:23:04 +0000 Received: from brahms.sibelius.xs4all.nl (kettenis@localhost.sibelius.xs4all.nl [127.0.0.1]) by brahms.sibelius.xs4all.nl (8.14.3/8.14.3) with ESMTP id n03AMrad011243; Sat, 3 Jan 2009 11:22:53 +0100 (CET) Received: (from kettenis@localhost) by brahms.sibelius.xs4all.nl (8.14.3/8.14.3/Submit) id n03AMq5c027637; Sat, 3 Jan 2009 11:22:53 +0100 (CET) Date: Sat, 03 Jan 2009 10:23:00 -0000 Message-Id: <200901031022.n03AMq5c027637@brahms.sibelius.xs4all.nl> From: Mark Kettenis To: eliz@gnu.org CC: brobecker@adacore.com, gdb@sourceware.org, ludo@gnu.org In-reply-to: (message from Eli Zaretskii on Sat, 03 Jan 2009 11:48:00 +0200) Subject: Re: "coding: utf-8" emacs local variable in ChangeLog (?) References: <20090103061325.GB31571@adacore.com> 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/msg00003.txt.bz2 > Date: Sat, 03 Jan 2009 11:48:00 +0200 > From: Eli Zaretskii > > > Date: Sat, 3 Jan 2009 10:13:25 +0400 > > From: Joel Brobecker > > Cc: ludo@gnu.org > > > > +coding: utf-8 > > > > I tracked the change to a patch in Aug 2007, but couldn't find > > the associated discussion in the gdb and gdb-patches mailing list. > > > > Is that change OK? > > Yes. Well, I disagree. I think it was a mistake. UTF-8 support is not universally available. I can see why Ludovic wants to have his name spelled properly, but he should realize it'll look like "Ludovic Court?\203?is" to many people. I think we should keep our source files as 7-bit ASCII (with the possible exception of the files maintained by the translation teams), Developers should use a transliteration for their names, just like all deveopers from countries in east-asia or the former (current?) Russian empire seem to do.