[BusyBox] Re: busybox sh and German characters

Vladimir N. Oleynik dzo at simtreas.ru
Tue Mar 27 09:08:58 UTC 2001


Ralph,

 
> Thanks, that worked.  

Hmm. ;-)
My previous post have only idea and broken.

> > +        setlocale(LC_ALL, getenv("LC_ALL");
!	setlocale(LC_ALL, getenv("LC_ALL"));		
> > +    if(strncmp(v, "LC_CTYPE=", 7)==0)
!	if(strncmp(v, "LC_CTYPE=", 9)==0)
> > +        setlocale(LC_CTYPE, getenv("LC_CTYPE");
!	setlocale(LC_CTYPE, getenv("LC_CTYPE"));


> Do you put it in to CVS?

I can`t do this.
 
> I also wonder why this hasn't come up before, since Lineo seem to be active in Germany.

Lineo interesting very small project, can broke locale and other trivialization
for this realization :-(

 
--w
vodz





More information about the busybox mailing list