Re: New translation template for grub?

2010-12-21 Thread Carles Pina i Estany
Hi, Lasts months I've not been involved in Grub devel (I hope to come back soon or later, I follow some things in the list, etc.). Anyway, I could prepare a template in some weeks time. Or maybe somebody else wants to do (I injured a wrist and typing with one hand is not so funny :-/ ) Cheers,

[PATCH] Make echo UTF-8-clean

2010-12-21 Thread Colin Watson
While working on my previous patch, I noticed that echo wasn't UTF-8-clean: the UTF-8 character 'à' was coming out as "??". This patch fixes that. 2010-12-21 Colin Watson * grub-core/commands/echo.c (grub_cmd_echo): Make UTF-8-clean by constructing a new unescaped string and p

[PATCH] Fix gettext quotation in util/grub.d

2010-12-21 Thread Colin Watson
http://bugs.debian.org/605615 This happens when the system shell is bash rather than dash. The behaviour of printf when the format string contains the character sequence \' is unspecified. Adding an extra layer of quotation and making sure that everything that uses it goes through printf (so tha