From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: CA certificates Date: Fri, 13 Feb 2015 11:23:48 +0100 Message-ID: <20150213102348.GA3108@debian.math.u-bordeaux1.fr> References: <20150210201452.GA15529@debian> <87h9urt50j.fsf@netris.org> <87a90itgmt.fsf@netris.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60904) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YMDPi-0007Fg-QF for guix-devel@gnu.org; Fri, 13 Feb 2015 05:23:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YMDPd-0006pr-NX for guix-devel@gnu.org; Fri, 13 Feb 2015 05:23:58 -0500 Received: from mout.kundenserver.de ([212.227.126.130]:55188) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YMDPd-0006pj-BY for guix-devel@gnu.org; Fri, 13 Feb 2015 05:23:53 -0500 Content-Disposition: inline In-Reply-To: <87a90itgmt.fsf@netris.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: Mark H Weaver Cc: guix-devel@gnu.org On Fri, Feb 13, 2015 at 02:28:10AM -0500, Mark H Weaver wrote: > I just realized that the 'zero?' is pointless in that position. Indeed. But the real problem, as I mentioned before, is that grafting fails with a non-utf8 locale. We should switch to utf8 for everything. Andreas