$ echo $LANG en_GB.utf8 $ echo $LC_ALL
So, LC_ALL doesn't seem to contain anything. Jussi 2010/12/19 Benoît Minisini <[email protected]> > > Also this: > > $ gbx3 -e 'IsInteger("12 + 5.4")' > > > > Gives; True > > > > > > What LANG=C exactly does? > > > > Jussi > > > > It tells programs to run with the "C" (i.e. default US) localization. So > the > problem apparently comes from the localization. What is the contents of > LANG > and LC_ALL on your system? To get them, run: > > $ echo $LANG > ... > $ echo $LC_ALL > > Regards, > > -- > Benoît Minisini > > > ------------------------------------------------------------------------------ > Lotusphere 2011 > Register now for Lotusphere 2011 and learn how > to connect the dots, take your collaborative environment > to the next level, and enter the era of Social Business. > http://p.sf.net/sfu/lotusphere-d2d > _______________________________________________ > Gambas-user mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/gambas-user > ------------------------------------------------------------------------------ Lotusphere 2011 Register now for Lotusphere 2011 and learn how to connect the dots, take your collaborative environment to the next level, and enter the era of Social Business. http://p.sf.net/sfu/lotusphere-d2d _______________________________________________ Gambas-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/gambas-user
