From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.33) id 1BvvgG-0006SE-2w for mharc-grub-devel@gnu.org; Sat, 14 Aug 2004 06:22:32 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BvvgD-0006S8-VZ for grub-devel@gnu.org; Sat, 14 Aug 2004 06:22:30 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BvvgC-0006Rw-DS for grub-devel@gnu.org; Sat, 14 Aug 2004 06:22:29 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BvvgC-0006Rt-6n for grub-devel@gnu.org; Sat, 14 Aug 2004 06:22:28 -0400 Received: from [145.74.66.11] (helo=mail-cn.han.nl) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Bvvc5-0004O6-0Q for grub-devel@gnu.org; Sat, 14 Aug 2004 06:18:13 -0400 Received: from localhost (charlie.han.nl [145.74.66.9]) by mail-cn.han.nl (Postfix) with ESMTP id 84EBA83AD for ; Sat, 14 Aug 2004 12:18:12 +0200 (CEST) Received: from mail-cn.han.nl ([145.74.66.11]) by localhost (charlie.han.nl [145.74.66.9]) (amavisd-new, port 10024) with ESMTP id 31918-10 for ; Sat, 14 Aug 2004 12:18:10 +0200 (CEST) Received: from mail1.han.nl (mail1.han.nl [145.74.103.11]) by mail-cn.han.nl (Postfix) with ESMTP id D1AE48271 for ; Sat, 14 Aug 2004 12:18:10 +0200 (CEST) Received: from marco.marco-g.com (a82-92-27-129.adsl.xs4all.nl [82.92.27.129]) by mail1.han.nl (Postfix) with ESMTP id 3266CC046 for ; Sat, 14 Aug 2004 11:18:13 +0200 (CEST) Mail-Copies-To: metgerards@student.han.nl To: The development of GRUB 2 References: <20040808173040.GA11531@artax.karlin.mff.cuni.cz> <87smaxldbe.fsf@marco.marco-g.com> <20040808181720.GA14939@artax.karlin.mff.cuni.cz> <200408082117.56911.okuji@enbug.org> <20040812222119.GA25312@artax.karlin.mff.cuni.cz> <87r7qbmibh.fsf@marco.marco-g.com> <20040814083737.GA7533@artax.karlin.mff.cuni.cz> From: Marco Gerards Date: Sat, 14 Aug 2004 12:18:36 +0200 In-Reply-To: <20040814083737.GA7533@artax.karlin.mff.cuni.cz> (Tomas Ebenlendr's message of "Sat, 14 Aug 2004 10:37:37 +0200") Message-ID: <87ekmam39f.fsf@marco.marco-g.com> User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Scanned: by amavisd-new@vscan-cn.han.nl Subject: Re: bugfix, hostfs 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, 14 Aug 2004 10:22:30 -0000 ebik@artax.karlin.mff.cuni.cz (Tomas Ebenlendr) writes: > As worse problem I see utf8 from grub side and 8-bit encoding from libc side > (pathnames). This can be solved with some translation, but I'm not > decided how to tell grub the encoding. > One way is to have device.map entry style: > host iso8859-2 And you will use iconv for conversion? > This will also specify that 'host' device will be accessible only if > defined in device.map. Is that really required? > Thanks. That is relict from '"nice" coding standard' which we used for our > school project. ("nice" coding standard says: do it the "nicer" way.). I > will fix all GCS errors that you found. Same problem here. Switching coding styles all the time sucks. :-/ > Btw.: does anybody here use vim? Is there GCS-syntax file for vim? I do not know about vim, but how about "indent"? -- Marco