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: Wed, 06 Mar 2013 11:00:24 +0100 Message-ID: <87zjygetl3.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> <87r4kialuh.fsf@gnu.org> 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]:35122) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UDB9M-00022z-7v for bug-guix@gnu.org; Wed, 06 Mar 2013 05:00:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UDB9H-0003Zj-Ih for bug-guix@gnu.org; Wed, 06 Mar 2013 05:00:40 -0500 Received: from [2a01:e0b:1:123:ca0a:a9ff:fe03:271e] (port=57710 helo=xanadu.aquilenet.fr) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UDB9H-0003Yy-Cr for bug-guix@gnu.org; Wed, 06 Mar 2013 05:00:35 -0500 In-Reply-To: <87r4kialuh.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Thu, 14 Feb 2013 17:42:14 +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 ludo@gnu.org (Ludovic Court=C3=A8s) skribis: > Andreas Enge skribis: > >> Hm, accented characters are not displayed correctly. Does one need to ad= d=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. Done as of 7f614e49e877cbf3e909ed74b3e6822dc39eabe5. Ludo=E2=80=99.