From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1FPlw4-00005N-Uu for mharc-grub-devel@gnu.org; Sat, 01 Apr 2006 14:39:01 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FPlw3-0008WH-L0 for grub-devel@gnu.org; Sat, 01 Apr 2006 14:38:59 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FPlvz-0008W3-FD for grub-devel@gnu.org; Sat, 01 Apr 2006 14:38:58 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FPlvz-0008W0-9R for grub-devel@gnu.org; Sat, 01 Apr 2006 14:38:55 -0500 Received: from [157.24.2.30] (helo=smtp1.cc.lut.fi) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FPlyf-0007QW-25 for grub-devel@gnu.org; Sat, 01 Apr 2006 14:41:41 -0500 Received: from localhost (smtp1 [127.0.0.1]) by smtp1.cc.lut.fi (Postfix) with ESMTP id A1F9070270 for ; Sat, 1 Apr 2006 22:38:53 +0300 (EEST) Received: from smtp1.cc.lut.fi ([127.0.0.1]) by localhost (smtp1.cc.lut.fi [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 25664-06 for ; Sat, 1 Apr 2006 22:38:53 +0300 (EEST) Received: from [192.168.1.100] (lk4-a-4-1.lnet.lut.fi [157.24.102.107]) by smtp1.cc.lut.fi (Postfix) with ESMTP id 5635E70248 for ; Sat, 1 Apr 2006 22:38:53 +0300 (EEST) Message-ID: <442ED6D7.2000407@nic.fi> Date: Sat, 01 Apr 2006 22:39:03 +0300 From: =?ISO-8859-1?Q?Vesa_J=E4=E4skel=E4inen?= User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: The development of GRUB 2 References: <442C2663.4000303@nic.fi> <200603310518.47009.okuji@enbug.org> In-Reply-To: <200603310518.47009.okuji@enbug.org> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Scanned: by lut.fi Content-Transfer-Encoding: quoted-printable Subject: Re: [patch] Moved font fixup from manager to font converter 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, 01 Apr 2006 19:39:00 -0000 Yoshinori K. Okuji wrote: > On Thursday 30 March 2006 20:41, Vesa J=E4=E4skel=E4inen wrote: >> I have made a small patch that moved this temporary hack from font >> manager to font converted. At same time I also made some improvements = to >> converter. I can't say I am proficient on ruby, but at least it _seems= _ >> to work. >=20 > No problem for me. Actually there weren't a need for that fixup. My bad. Perhaps I readed incorrectly the vga driver code at some point. But atleast it is now more usable :). So I made a fix and removed this mapping and now we have quite nice glyphs: http://jumi.lut.fi/~vjaaskel/grub2/grub-glyphs.png (I have no idea what it says in Japanese though :)) I tested this on my laptop and it seems to work also nicely. If someone wants to test it out I have started to make guide to wiki: http://grub.enbug.org/gfxterm menuentry supports UTF-8 in title, so you could also try to use your own language's glyphs. And if there are some odd special cases we could start to discuss how we could support those too. Example grub.cfg: http://jumi.lut.fi/~vjaaskel/grub2/grub.cfg