Tobias Poschwatta wrote:
> On Tue, Nov 25, 2008 at 04:47:11PM +0100, Carmelo AMOROSO wrote:
>> do you mean at runtime, or while compiling ?
> 
> at runtime. All tests compile, now. E.g.:
> 
Ok.
Well firstly locale support is not totally completed
even if recently we did a lot of progresses on this.
My colleague Filippo at ST worked a lot hardly on this and all we
fixed in the locale area in on the trunk.

> test/locale-mbwc# cat tst_iswalnum.out 
> Warning : can't set locale: de_DE.ISO-8859-1
> skipping ...
> Warning : can't set locale: de_DE.UTF-8
> skipping ...
> Warning : can't set locale: ja_JP.UTF-8
> skipping ...
> iswalnum:de_DE.ISO-8859-1:0:0:0:L:can't set locale
> iswalnum:de_DE.UTF-8:0:0:0:L:can't set locale
> iswalnum:C:1:1:2:S:PASSED
> [...]
> iswalnum:C:20:1:2:S:PASSED
> iswalnum:ja_JP.UTF-8:0:0:0:L:can't set locale
> 
> Exit status is 1:
> 
> test/locale-mbwc# ./tst_iswalnum
> Warning : can't set locale: de_DE.ISO-8859-1
> skipping ...
> iswalnum:de_DE.ISO-8859-1:0:0:0:L:can't set locale
> Warning : can't set locale: de_DE.UTF-8
> skipping ...
> iswalnum:de_DE.UTF-8:0:0:0:L:can't set locale
> iswalnum:C:1:1:2:S:PASSED
> [...]
> iswalnum:C:20:1:2:S:PASSED
> Warning : can't set locale: ja_JP.UTF-8
> skipping ...
> iswalnum:ja_JP.UTF-8:0:0:0:L:can't set locale
> [EMAIL PROTECTED]:/tmp/build/uclibc-0.9.30/build/test/locale-mbwc# echo $?
> 1
> 
It seems that you don't have these locales built-in.
Are you using pre-generated locale headers ? or are you building
locales data at build time ?

Obviously patches are welcome.

Carmelo

_______________________________________________
uClibc mailing list
[email protected]
http://busybox.net/cgi-bin/mailman/listinfo/uclibc

Reply via email to