libxfce4util i18n broken

Jasper Huijsmans jasper at moongroup.com
Thu Aug 7 11:39:03 CEST 2003


Op do 07-08-2003, om 11:22 schreef Jasper Huijsmans:
> 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
> 

ok, at least glibc needs 'setlocale(LC_ALL, "");'




More information about the Xfce4-dev mailing list