From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1LIsxw-0008OO-Rf for mharc-grub-devel@gnu.org; Fri, 02 Jan 2009 17:58:04 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LIsxv-0008OJ-5g for grub-devel@gnu.org; Fri, 02 Jan 2009 17:58:03 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LIsxt-0008Nt-S1 for grub-devel@gnu.org; Fri, 02 Jan 2009 17:58:02 -0500 Received: from [199.232.76.173] (port=58643 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LIsxt-0008No-MP for grub-devel@gnu.org; Fri, 02 Jan 2009 17:58:01 -0500 Received: from mta-out.inet.fi ([195.156.147.13]:36308 helo=kirsi1.inet.fi) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LIsxt-0004ar-0r for grub-devel@gnu.org; Fri, 02 Jan 2009 17:58:01 -0500 Received: from [192.168.1.102] (84.248.105.254) by kirsi1.inet.fi (8.5.014) id 48FC5AC903404BF8 for grub-devel@gnu.org; Sat, 3 Jan 2009 00:57:58 +0200 Message-ID: <495E9BF2.8070003@nic.fi> Date: Sat, 03 Jan 2009 00:57:54 +0200 From: =?ISO-8859-1?Q?Vesa_J=E4=E4skel=E4inen?= User-Agent: Thunderbird 2.0.0.19 (Windows/20081209) MIME-Version: 1.0 To: The development of GRUB 2 References: <20080901092753.3918cf73@gamma.lan> <20081004214640.5ab21f53@gibibit.com> <48E87FB9.8070603@nic.fi> <20081030121106.4efffecc@gibibit.com> <20081030205736.7e080a5e@gibibit.com> <493ADE06.7080001@nic.fi> <20081222091443.7280e623@gibibit.com> <49513053.20207@nic.fi> <20081223171711.15128818@gibibit.com> <4956C98F.3030006@nic.fi> <9f50a7a00901021444j486addd5he087dd8896afdf87@mail.gmail.com> In-Reply-To: <9f50a7a00901021444j486addd5he087dd8896afdf87@mail.gmail.com> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) Subject: Re: [PATCH] GSoC #10 new font engine (UTF-8 support+bugfix) 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: Fri, 02 Jan 2009 22:58:03 -0000 Jerone Young wrote: > I just paid attention to this (sorry). So everything seems fine. But the > dependency on a proprietary java stack to generate fonts isn't good. Does > it happen to work with gcc java ? Paying attention is not a bad thing as such :) Never tried it myself but it should work. There isn't anything special on it. As long as Java 1.5 is being supported. Anyway... idea was to get rid of it as soon as possible. I just didn't feel right to hold features because of this.