From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Nextstep build uses iso-latin by default. WHY? Date: Sun, 20 Mar 2016 11:34:54 -0400 Message-ID: References: <56E32A19.7060304@alice.it> <831t7givui.fsf@gnu.org> <20160320151123.GA65516@galloway.idiocy.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1458488122 3040 80.91.229.3 (20 Mar 2016 15:35:22 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 20 Mar 2016 15:35:22 +0000 (UTC) Cc: emacs-devel@gnu.org To: Alan Third Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Mar 20 16:35:07 2016 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 1ahfNh-0004du-Rr for ged-emacs-devel@m.gmane.org; Sun, 20 Mar 2016 16:35:05 +0100 Original-Received: from localhost ([::1]:53357 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ahfNh-0002BA-0U for ged-emacs-devel@m.gmane.org; Sun, 20 Mar 2016 11:35:05 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:52026) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ahfNd-0002AG-74 for emacs-devel@gnu.org; Sun, 20 Mar 2016 11:35:01 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ahfNa-0005tZ-1j for emacs-devel@gnu.org; Sun, 20 Mar 2016 11:35:01 -0400 Original-Received: from pruche.dit.umontreal.ca ([132.204.246.22]:41846) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ahfNZ-0005tN-Sa for emacs-devel@gnu.org; Sun, 20 Mar 2016 11:34:57 -0400 Original-Received: from fmsmemgm.homelinux.net (lechon.iro.umontreal.ca [132.204.27.242]) by pruche.dit.umontreal.ca (8.14.7/8.14.1) with ESMTP id u2KFYsNK015741; Sun, 20 Mar 2016 11:34:55 -0400 Original-Received: by fmsmemgm.homelinux.net (Postfix, from userid 20848) id 22090AE248; Sun, 20 Mar 2016 11:34:54 -0400 (EDT) In-Reply-To: <20160320151123.GA65516@galloway.idiocy.org> (Alan Third's message of "Sun, 20 Mar 2016 15:11:23 +0000") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux) X-NAI-Spam-Flag: NO X-NAI-Spam-Threshold: 5 X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 1 Rules triggered RV5616=0 X-NAI-Spam-Version: 2.3.0.9418 : core <5616> : inlines <4536> : streams <1606026> : uri <2170634> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 132.204.246.22 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:201941 Archived-At: > My biggest concern about that is that I don't know if there are > situations where [NSLocale localeIdentifier] will return ".UTF-8" or > something else. We could look for a "." and only add ".utf-8" if there isn't a "." already. > Here's a patch to force UTF-8: Looks OK to me. Thanks, Stefan