From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1Dr9r0-00068K-D6 for mharc-grub-devel@gnu.org; Sat, 09 Jul 2005 03:34:28 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Dr9qy-00067Y-JX for grub-devel@gnu.org; Sat, 09 Jul 2005 03:34:24 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Dr9qw-00067M-Vj for grub-devel@gnu.org; Sat, 09 Jul 2005 03:34:24 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Dr9oF-0005VR-CJ for grub-devel@gnu.org; Sat, 09 Jul 2005 03:31:35 -0400 Received: from [212.43.237.68] (helo=kotoba.storever.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Dr9Sc-0001bn-Ta for grub-devel@gnu.org; Sat, 09 Jul 2005 03:09:15 -0400 Received: from ASSP-nospam (localhost [127.0.0.1]) by kotoba.storever.com (Postfix) with ESMTP id 8E1F8FE99347 for ; Sat, 9 Jul 2005 09:02:06 +0200 (CEST) Received: from 127.0.0.1 ([127.0.0.1] helo=ip6-localhost) by ASSP-nospam ; 9 Jul 05 07:02:05 -0000 From: "Yoshinori K. Okuji" Organization: enbug.org To: The development of GRUB 2 Date: Sat, 9 Jul 2005 09:01:50 +0200 User-Agent: KMail/1.7.2 References: <42C84FF8.8020102@yahoo.fr> <200507050042.25708.okuji@enbug.org> <42CAEF33.7030201@yahoo.fr> In-Reply-To: <42CAEF33.7030201@yahoo.fr> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200507090901.51097.okuji@enbug.org> Subject: Re: [PATCH] Small unicode problem fix in normal/menu.c 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, 09 Jul 2005 07:34:24 -0000 On Tuesday 05 July 2005 22:36, Vincent Pelletier wrote: > I was also wondering about the font format. Does any editor exists ? Or > is it taken from an existing format ? I'm dying to see Japanese chars on > grub menu while playing the tetris theme :] . I described the format here: http://lists.gnu.org/archive/html/grub-devel/2004-05/msg00020.html GRUB 2 contains a script unifont2pff.rb in the directory util. You can use this script to convert unifont to PFF format. Okuji