libxfce4util i18n broken

Benedikt Meurer Benedikt.Meurer at unix-ag.uni-siegen.de
Thu Aug 7 12:44:44 CEST 2003


On Thu, 07, Aug 2003, Jasper Huijsmans wrote:

> 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, "");'

Ah, yes.

Benedikt

-- 
NetBSD Operating system:                       http://www.NetBSD.org/
pkgsrc "Work in progress":                  http://pkgsrc-wip.sf.net/
XFce desktop environment:                        http://www.xfce.org/
German Unix-AG Association:                   http://www.unix-ag.org/



More information about the Xfce4-dev mailing list