From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Locale Date: Tue, 13 Oct 2015 13:38:42 +0200 Message-ID: <20151013113842.GA4687@debian> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42216) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zlxut-00040L-0M for guix-devel@gnu.org; Tue, 13 Oct 2015 07:38:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zlxun-00023A-TT for guix-devel@gnu.org; Tue, 13 Oct 2015 07:38:50 -0400 Received: from mout.kundenserver.de ([212.227.17.10]:51150) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zlxun-00022x-KK for guix-devel@gnu.org; Tue, 13 Oct 2015 07:38:45 -0400 Content-Disposition: inline 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: guix-devel@gnu.org Hello, although I am afraid to raise allergic reactions, I must say that locales do not seem to work any more on my guix on debian setting since the last upgrade... Although I chose a utf8 locale, I am not seeing special characters in mutt (taken from guix). Hopefully it is just a simple matter of setting things up. Currently I have this: export LOCPATH=$HOME/.guix-profile/lib/locale:$HOME/.guix-profile/share/locale as was suggested at some point in time by the search path directives. Do I need to add "2.22/" to them? Andreas