[<--] Indice [-->]

From marc0@autistici.org
Date Fri, 12 Nov 2004 01:24:29 +0100
Subject Re: [Hackmeeting] ABSURD localization of the radix character inlibc !!!!

jaromil on Thu, 11 Nov 2004 23:46:13 +0100 writes:

(snip)

> $ export LANG=C
> $ ./test
> read: 1.234 -> 1.234000
> $ export LANG=sl_SI

(funziona anche con it_IT)

> $ ./test
> read: 1.234 -> 1,000000

cosa ti aspettavi? 1,234 o 1234?

se 1,234 non devi usare LC_ALL ma LC_MESSAGES:

 <http://www.gnu.org/software/gettext/manual/html_chapter/gettext_3.html#SEC14>

-- 
<marc0@autistici.org> [0x45070AD6]

_______________________________________________
Hackmeeting mailing list
Hackmeeting@kyuzz.org
https://inventati.org/mailman/listinfo/hackmeeting

[<--] Indice [-->]