libxfce4util i18n broken
Jasper Huijsmans
jasper at moongroup.com
Thu Aug 7 11:22:53 CEST 2003
Op do 07-08-2003, om 11:09 schreef Benedikt Meurer:
...
> I think its a problem with your setlocale() implementation. Please try
> the following program:
>
> #include <locale.h>
> int main() {
> setlocale(LC_ALL, NULL);
> printf("LOCALE: %s\n", setlocale(LC_MESSAGES, NULL));
> return 0; }
>
> And tell me what that gives me for you LANG=<whatever> cases above.
>
[~]$ env | grep LC
LC_NUMERIC=en_US
LC_ALL=nl_NL at euro
LC_MESSAGES=nl_NL at euro
[~]$ ./locale_test
LOCALE: C
More information about the Xfce4-dev
mailing list