From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] gnu: Add vim. Date: Thu, 14 Feb 2013 17:42:14 +0100 Message-ID: <87r4kialuh.fsf@gnu.org> References: <50F9BB00.6010203@gmail.com> <1360794011-19004-1-git-send-email-tipecaml@gmail.com> <201302141128.06193.andreas@enge.fr> <201302141149.02428.andreas@enge.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:49744) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U61tC-0001Eh-Vi for bug-guix@gnu.org; Thu, 14 Feb 2013 11:42:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U61tB-0002Hn-2E for bug-guix@gnu.org; Thu, 14 Feb 2013 11:42:26 -0500 Received: from [2a01:e0b:1:123:ca0a:a9ff:fe03:271e] (port=39425 helo=xanadu.aquilenet.fr) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U61tA-0002F7-SZ for bug-guix@gnu.org; Thu, 14 Feb 2013 11:42:25 -0500 In-Reply-To: <201302141149.02428.andreas@enge.fr> (Andreas Enge's message of "Thu, 14 Feb 2013 11:49:02 +0100") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: Andreas Enge Cc: bug-guix@gnu.org Andreas Enge skribis: > Hm, accented characters are not displayed correctly. Does one need to add= =20 > an additional input for utf8 encoding? Our libc doesn=E2=80=99t install locale data, which causes this sort of problems. We=E2=80=99ll need to fix that in core-updates. Ludo=E2=80=99.