From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Unprintable characters Date: Sat, 05 Jul 2014 22:19:00 +0200 Message-ID: <877g3rr22z.fsf@gnu.org> References: <1404564952-12213-1-git-send-email-jmd@gnu.org> <1404564952-12213-2-git-send-email-jmd@gnu.org> <87tx6wt07q.fsf@gnu.org> <20140705140444.GA16450@gnu.org> <87d2djspvr.fsf@gnu.org> <20140705171825.GA13133@gnu.org> <87simfr47i.fsf@gnu.org> <20140705194937.GA15791@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50846) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X3WQO-0006vv-Vj for guix-devel@gnu.org; Sat, 05 Jul 2014 16:19:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X3WQJ-0008Qj-HC for guix-devel@gnu.org; Sat, 05 Jul 2014 16:19:08 -0400 In-Reply-To: <20140705194937.GA15791@gnu.org> (John Darrington's message of "Sat, 5 Jul 2014 15:49:37 -0400") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: John Darrington Cc: guix-devel@gnu.org John Darrington skribis: > On Sat, Jul 05, 2014 at 09:33:05PM +0200, Ludovic Court??s wrote: > >> PS: Your MUA seems to have troubles quoting non-ASCII text. > > I'm glad you raised that issue. > > I would prefer it if we could avoid the gratiutous use of non-ascii chara= cters. Not in 2014, no. > For example doing a simple > > less gnu/packages/maths.scm > > provokes the response: > > "gnu/packages/maths.scm" may be a binary file. See it anyway? That=E2=80=99s most likely because =E2=80=98less=E2=80=99 isn=E2=80=99t inv= oked with a UTF-8 locale. Try doing, say: LC_ALL=3Den_US.utf8 less maths.scm. It may be the same problem that affects the MUA. > The GNU Coding standards say: > > "Sticking to the ASCII character set (plain text, 7-bit characters) is= =20 > preferred in GNU source code comments, text documents, and other conte= xts,=20 > unless there is good reason to do something else because of the applic= ation=20 > domain." When I have spare time and energy for that, I=E2=80=99ll happily submit a patch. :-) GNU standardized native language support, presumably because it makes the freedom to use the program practical for a wider range of people. For the same reason, time has come to say goodbye to ASCII. Thanks, Ludo=E2=80=99.