From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Eli Zaretskii" Newsgroups: gmane.emacs.devel Subject: Re: Emacs-diffs Digest, Vol 2, Issue 49 Date: Mon, 27 Jan 2003 20:56:56 +0300 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <8296-Mon27Jan2003205656+0200-eliz@is.elta.co.il> References: <200301261406.h0QE6lNi020126@stubby.bodenonline.com> <200301271321.h0RDLri30273@rum.cs.yale.edu> Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1043693953 1520 80.91.224.249 (27 Jan 2003 18:59:13 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 27 Jan 2003 18:59:13 +0000 (UTC) Cc: jan.h.d@swipnet.se Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18dETJ-0000Ni-00 for ; Mon, 27 Jan 2003 19:59:05 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18dEXd-0007ZO-00 for ; Mon, 27 Jan 2003 20:03:33 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18dETk-0008LK-01 for emacs-devel@quimby.gnus.org; Mon, 27 Jan 2003 13:59:32 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18dETS-0008ID-00 for emacs-devel@gnu.org; Mon, 27 Jan 2003 13:59:14 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18dETQ-0008Fn-00 for emacs-devel@gnu.org; Mon, 27 Jan 2003 13:59:13 -0500 Original-Received: from frigg.inter.net.il ([192.114.186.16]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18dETQ-0008Bd-00 for emacs-devel@gnu.org; Mon, 27 Jan 2003 13:59:12 -0500 Original-Received: from zaretsky ([80.230.234.38]) by frigg.inter.net.il (Mirapoint Messaging Server MOS 3.2.2-GA) with ESMTP id CCX38110; Mon, 27 Jan 2003 20:59:00 +0200 (IST) Original-To: monnier+gnu/emacs@rum.cs.yale.edu X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 In-reply-to: <200301271321.h0RDLri30273@rum.cs.yale.edu> (monnier+gnu/emacs@rum.cs.yale.edu) Original-cc: emacs-devel@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:11139 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:11139 > From: "Stefan Monnier" > Date: Mon, 27 Jan 2003 08:21:53 -0500 > > > > You can put Latin-1 characters there, but please make sure to save > > authors.el in iso-2022-7bit encoding, and add a suitable coding: > > cookie on its first line. > > I'd recommend we use utf-8 for it. It's a much more widely recognized > standard. I don't object, but the current practice is to use iso-2022-7bit or emacs-mule, I think. So unless this is changed, authors.el should be encoded as the rest of similar files.