From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Angelo Graziosi Newsgroups: gmane.emacs.devel Subject: Re: Nextstep build uses iso-latin by default. WHY? Date: Sat, 12 Mar 2016 00:43:40 +0100 Message-ID: <56E3582C.3020502@alice.it> References: <56E32A19.7060304@alice.it> <831t7givui.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1457739836 4603 80.91.229.3 (11 Mar 2016 23:43:56 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 11 Mar 2016 23:43:56 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Mar 12 00:43:44 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 1aeWid-0002nM-2T for ged-emacs-devel@m.gmane.org; Sat, 12 Mar 2016 00:43:43 +0100 Original-Received: from localhost ([::1]:58268 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aeWic-0005Di-KD for ged-emacs-devel@m.gmane.org; Fri, 11 Mar 2016 18:43:42 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:39604) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aeWiQ-0005CP-BG for emacs-devel@gnu.org; Fri, 11 Mar 2016 18:43:31 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aeWiN-00011T-6f for emacs-devel@gnu.org; Fri, 11 Mar 2016 18:43:30 -0500 Original-Received: from smtp203.alice.it ([82.57.200.99]:12426) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aeWiM-00011P-VF; Fri, 11 Mar 2016 18:43:27 -0500 Original-Received: from [192.168.1.101] (95.247.135.77) by smtp203.alice.it (8.6.060.43) (authenticated as angelo.graziosi@alice.it) id 5697B69C0A036733; Sat, 12 Mar 2016 00:43:24 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 In-Reply-To: <831t7givui.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 82.57.200.99 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:201510 Archived-At: Il 11/03/2016 21:49, Eli Zaretskii ha scritto: > > If you want to override your entire locale with UTF-8, do this: > > (set-locale-environment "utf-8") > This seems to work fine. Thanks, Angelo.