From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1LQgEz-0005b1-Eu for mharc-grub-devel@gnu.org; Sat, 24 Jan 2009 05:59:53 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LQgEx-0005ZE-Dt for grub-devel@gnu.org; Sat, 24 Jan 2009 05:59:51 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LQgEw-0005YG-Jh for grub-devel@gnu.org; Sat, 24 Jan 2009 05:59:50 -0500 Received: from [199.232.76.173] (port=37295 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LQgEw-0005Y8-28 for grub-devel@gnu.org; Sat, 24 Jan 2009 05:59:50 -0500 Received: from mail-in-16.arcor-online.net ([151.189.21.56]:37860) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LQgEv-0005qN-L1 for grub-devel@gnu.org; Sat, 24 Jan 2009 05:59:49 -0500 Received: from mail-in-10-z2.arcor-online.net (mail-in-10-z2.arcor-online.net [151.189.8.27]) by mail-in-16.arcor-online.net (Postfix) with ESMTP id 6934B1F7546 for ; Sat, 24 Jan 2009 11:59:44 +0100 (CET) Received: from mail-in-07.arcor-online.net (mail-in-07.arcor-online.net [151.189.21.47]) by mail-in-10-z2.arcor-online.net (Postfix) with ESMTP id 5250223D2CD for ; Sat, 24 Jan 2009 11:59:44 +0100 (CET) Received: from cerberus.olympus (dslb-088-074-082-134.pools.arcor-ip.net [88.74.82.134]) (Authenticated sender: blubberdiblub@arcor.de) by mail-in-07.arcor-online.net (Postfix) with ESMTP id 23EEB28ABA9 for ; Sat, 24 Jan 2009 11:59:44 +0100 (CET) Received: from cerberus.olympus ([192.168.1.3] ident=foobar) by cerberus.olympus with esmtp (Exim 4.69) (envelope-from ) id 1LQgEp-00010I-IK for grub-devel@gnu.org; Sat, 24 Jan 2009 11:59:43 +0100 From: Niels =?iso-8859-1?q?B=F6hm?= To: The development of GRUB 2 Date: Sat, 24 Jan 2009 11:59:43 +0100 User-Agent: KMail/1.9.9 References: <20090121211706.GA4175@pina.cat> <49779CDC.5030801@nic.fi> <20090121222131.GA7251@pina.cat> In-Reply-To: <20090121222131.GA7251@pina.cat> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200901241159.43297.bitbucket@arcor.de> X-Virus-Scanned: ClamAV 0.94.1/8898/Sat Jan 24 08:07:24 2009 on mail-in-07.arcor-online.net X-Virus-Status: Clean X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.4-2.6 Subject: Re: gettext patch (beta) X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jan 2009 10:59:51 -0000 On Wednesday 21 January 2009, Carles Pina i Estany wrote: > > But looks strange: I write "l=EDnia", if =ED is missing should appear > "l?nia", not "l?ia". Maybe expecting some UTF8 (multi-byte) special > character? Looks to me like in this case the function expects UTF-8-encoded strings, b= ut=20 the translated string including "l=EDnia" is not UTF-8 (but something like= =20 ISO8859-1 instead). So probably the message catalog has the wrong encoding. Regards, Niels B=F6hm