Re: [PATCH/RFC 05/17] gettext: make the simple parts of git-init localizable

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

 



Ævar Arnfjörð Bjarmason wrote:
> On Tue, Aug 31, 2010 at 15:44, Jonathan Nieder <jrnieder@xxxxxxxxx> wrote:

>> int main(void)
>> {
>>        setlocale(LC_ALL, "");
>>        setlocale(LC_CTYPE, "C");
>>        errno = ENODEV;
>>        perror("test");
>>        return 0;
>> }
>> $ make foo
>> cc     foo.c   -o foo
>> $ ./foo
>> test: No such device
>> $ LANG=de_DE.UTF-8 ./foo
>> test: Kein passendes Ger?t gefunden
>
> What about with MESSAGES instead of ALL, like we're doing?
> 
>     setlocale(LC_MESSAGES, "");
>     setlocale(LC_CTYPE, "C");

Same result, alas.
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]