grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: merging of gettext branch


From: Vladimir 'φ-coder/phcoder' Serbinenko
Subject: Re: merging of gettext branch
Date: Sun, 22 Nov 2009 00:18:35 +0100
User-agent: Mozilla-Thunderbird 2.0.0.22 (X11/20091109)

Robert Millan wrote:
>> +  /*
>> +  Do we want .mo.gz files? Then, the code:
>> +  file = grub_gzio_open (io, 0); // 0: transparent
>> +  if (! file)
>> +    {
>> +      grub_printf("Problems opening the file\n");
>> +      grub_file_close (io);
>> +      return 0;
>> +    }
>> +  */
>>     
>
> Uhm I wonder if we could answer this question before the code is merged; what
> does everyone think about .mo.gz?
>
>   
If it doesn't hurt to support them, then we should.
BTW it's
  file = grub_gzfile_open (argv[0], 1);
actually. But what with seeking in .gz ? Is it efficient?

-- 
Regards
Vladimir 'φ-coder/phcoder' Serbinenko


Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]