From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] master db828f6: Don't rely on defaults in decoding UTF-8 encoded Lisp files Date: Sun, 27 Sep 2015 10:34:23 +0300 Message-ID: <83mvw8fh8g.fsf@gnu.org> References: <20150921165211.20434.28114@vcs.savannah.gnu.org> <83fv27mt7r.fsf@gnu.org> <83wpvfix7i.fsf@gnu.org> <83fv23hr0z.fsf@gnu.org> <5605CB6B.4000102@cs.ucla.edu> <83twqhhf0g.fsf@gnu.org> <5606AC48.7090801@cs.ucla.edu> <83zj09fbzp.fsf@gnu.org> <5606C140.6090309@cs.ucla.edu> <878u7trwlb.fsf@fencepost.gnu.org> <5606E995.2000102@cs.ucla.edu> <83si61ezxd.fsf@gnu.org> <2FCA0DAD-831B-4B0A-B948-9F31DE52B6F0@gmail.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE X-Trace: ger.gmane.org 1443339289 32073 80.91.229.3 (27 Sep 2015 07:34:49 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 27 Sep 2015 07:34:49 +0000 (UTC) Cc: emacs-devel@gnu.org To: Chad Brown Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Sep 27 09:34:39 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Zg6Th-0004RG-NU for ged-emacs-devel@m.gmane.org; Sun, 27 Sep 2015 09:34:33 +0200 Original-Received: from localhost ([::1]:56423 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zg6Tf-00060E-Tl for ged-emacs-devel@m.gmane.org; Sun, 27 Sep 2015 03:34:31 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:46848) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zg6TT-000607-Sq for emacs-devel@gnu.org; Sun, 27 Sep 2015 03:34:20 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zg6TQ-00064e-NG for emacs-devel@gnu.org; Sun, 27 Sep 2015 03:34:19 -0400 Original-Received: from mtaout21.012.net.il ([80.179.55.169]:57370) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zg6TQ-00064T-FQ for emacs-devel@gnu.org; Sun, 27 Sep 2015 03:34:16 -0400 Original-Received: from conversion-daemon.a-mtaout21.012.net.il by a-mtaout21.012.net.il (HyperSendmail v2007.08) id <0NVB00F00RFYRE00@a-mtaout21.012.net.il> for emacs-devel@gnu.org; Sun, 27 Sep 2015 10:34:15 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([84.94.185.246]) by a-mtaout21.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NVB00FONRP2OT80@a-mtaout21.012.net.il>; Sun, 27 Sep 2015 10:34:15 +0300 (IDT) In-reply-to: <2FCA0DAD-831B-4B0A-B948-9F31DE52B6F0@gmail.com> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 80.179.55.169 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:190378 Archived-At: > From: Chad Brown > Date: Sat, 26 Sep 2015 13:26:52 -0700 >=20 >=20 > > On 26 Sep 2015, at 12:35, Eli Zaretskii wrote: > >=20 > > The relevant statistics for Emacs is of source files, not of HTML > > pages. >=20 > The default for GCC is UTF-8. GCC doesn't write C sources, so its default are not very relevant, even if you are right in the above assessment (and I don't think you are). > Python requires a coding cookie (intentionally similar to Emacs= =E2=80=99) to get away from Latin-1. Java is UTF-8. Javascript, rough= ly speaking, tracks HTML. Which other languages did you have in mind? All the rest of them.