From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Darrington Subject: Unprintable characters Date: Sat, 5 Jul 2014 15:49:37 -0400 Message-ID: <20140705194937.GA15791@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> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48117) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X3Vxr-0002kf-BD for guix-devel@gnu.org; Sat, 05 Jul 2014 15:49:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X3Vxq-0007EM-87 for guix-devel@gnu.org; Sat, 05 Jul 2014 15:49:39 -0400 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:47315) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X3Vxq-0007EI-4U for guix-devel@gnu.org; Sat, 05 Jul 2014 15:49:38 -0400 Content-Disposition: inline In-Reply-To: <87simfr47i.fsf@gnu.org> 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: Ludovic Court??s Cc: guix-devel@gnu.org 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 characters. Although they can be handles in GNU/Linux, it is troublesome. 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? And then the header is displayed as: ;;; Copyright 2013, 2014 Andreas Enge ;;; Copyright 2013 Nikita Karetnikov ;;; Copyright 2014 John Darrington ;;; Copyright 2014 Eric Bavier Is it really necessary to use a UTF-8 char here? ok it looks nice when everything works, but terrible in the other 90% of situations. The same goes for quotes " is a perfectly acceptable character instead of things that rarely display properly. The GNU Coding standards say: "Sticking to the ASCII character set (plain text, 7-bit characters) is preferred in GNU source code comments, text documents, and other contexts, unless there is good reason to do something else because of the application domain." I don't see that such reason exists in here. J'