From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: locales gone Date: Mon, 10 Oct 2016 23:06:06 +0200 Message-ID: <87oa2rgbi9.fsf@gnu.org> References: <20160925233222.33804eb3@scratchpost.org> <87vaxe5197.fsf@gnu.org> <20161008160006.04ada83c@scratchpost.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]:44552) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bthm8-0003ET-GW for guix-devel@gnu.org; Mon, 10 Oct 2016 17:06:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bthm3-0008RT-NO for guix-devel@gnu.org; Mon, 10 Oct 2016 17:06:20 -0400 In-Reply-To: <20161008160006.04ada83c@scratchpost.org> (Danny Milosavljevic's message of "Sat, 8 Oct 2016 16:00:06 +0200") 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" To: Danny Milosavljevic Cc: guix-devel@gnu.org Danny Milosavljevic skribis: > Hi Ludo, > > On Thu, 29 Sep 2016 14:39:00 +0200 > ludo@gnu.org (Ludovic Court=C3=A8s) wrote: >> Danny Milosavljevic skribis: >>=20 >> > so I've updated to 947a5d47a50252cb0b87b78a8f83f274dec593e2 git guix a= nd now I don't have any useful locales. >> > >> > $ locale -a >> > C >> > POSIX=20=20 >>=20 >> I think this has always been the case because this command only lists >> statically-known locales, strangely enough. > > Ok, but I also get: > > /gnu/store/ybwj3wmsjjqyszc1jclbg7l36pdwkrl3-xonsh-0.4.6/lib/python3.4/sit= e-packages/xonsh/__amalgam__.py:12122: RuntimeWarning: Failed to set locale= 'LC_TIME' to 'de_DE.UTF-8' > warnings.warn(msg, RuntimeWarning) Did you try =E2=80=9Cde_DE.utf8=E2=80=9D? See the bit about =E2=80=9Cnorma= lized codeset=E2=80=9D at . Ludo=E2=80=99.