From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1KLQfS-00078D-VA for mharc-grub-devel@gnu.org; Tue, 22 Jul 2008 18:49:15 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KLQfQ-00077i-KO for grub-devel@gnu.org; Tue, 22 Jul 2008 18:49:12 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KLQfP-00077O-9C for grub-devel@gnu.org; Tue, 22 Jul 2008 18:49:12 -0400 Received: from [199.232.76.173] (port=50274 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KLQfP-00077L-4D for grub-devel@gnu.org; Tue, 22 Jul 2008 18:49:11 -0400 Received: from c60.cesmail.net ([216.154.195.49]:9998) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_ARCFOUR_SHA1:16) (Exim 4.60) (envelope-from ) id 1KLQfP-000238-2s for grub-devel@gnu.org; Tue, 22 Jul 2008 18:49:11 -0400 Received: from unknown (HELO relay.cesmail.net) ([192.168.1.81]) by c60.cesmail.net with ESMTP; 22 Jul 2008 18:49:09 -0400 Received: from [192.168.0.21] (static-72-92-88-10.phlapa.fios.verizon.net [72.92.88.10]) by relay.cesmail.net (Postfix) with ESMTP id B0F54618F22 for ; Tue, 22 Jul 2008 18:49:09 -0400 (EDT) From: Pavel Roskin To: The development of GRUB 2 In-Reply-To: <20080722222311.GA16860@thorin> References: <20080704135501.GA2612@thorin> <20080722222311.GA16860@thorin> Content-Type: text/plain Date: Tue, 22 Jul 2008 18:49:08 -0400 Message-Id: <1216766948.5601.36.camel@dv> Mime-Version: 1.0 X-Mailer: Evolution 2.22.3.1 (2.22.3.1-1.fc9) Content-Transfer-Encoding: 7bit X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. Subject: Re: [PATCH] avoid expensive load of all fonts 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: Tue, 22 Jul 2008 22:49:12 -0000 On Wed, 2008-07-23 at 00:23 +0200, Robert Millan wrote: > > - ruby $(srcdir)/util/unifont2pff.rb 0-127 $(UNIFONT_HEX) > $@ > > + ruby $(srcdir)/util/unifont2pff.rb 0x0-0x7f $(UNICODE_ARROWS) $(UNICODE_LINES) $(UNIFONT_HEX) > $@ We should be able to use 0x20-0x7f. I checked it and it seems to be OK. -- Regards, Pavel Roskin