Rainer Tammer wrote:
> # ./a.out
> i = 0: errno = 22
> Invalid argument
> i = 1: errno = 22
> Invalid argument
> i = 2: errno = 22
> Invalid argument
Thanks. The duplocale() call apparently rejects the LC_GLOBAL_LOCALE argument.
I'm adding this workaround:
2010-07-31 Bruno Haible
dup
Hello Bruno,
the duplocale() is new to AIX 7BETA.
The AIX 7BETA does not contain all locales, so it could be possible that
this fails.
Bruno Haible wrote:
> Hello Rainer,
>
> Regarding this test failure:
>
> test-duplocale.c:70: assertion failed
> FAIL: test-duplocale
>
> What does the follow
Hello Rainer,
Regarding this test failure:
test-duplocale.c:70: assertion failed
FAIL: test-duplocale
What does the following test program print?
===
#define _GNU_SOURCE
#define _ALL_SOURCE
#include
#include
#incl