> Note that "fr_FR.utf8" is not a valid value for $LANG on my Ubuntu. It
> should be "fr_FR.UTF-8". I can't say more at the moment.
>

It seems to be valid. Translations tests I have made accept that perfectly
well.

$ LANG=fr_FR.utf8 gbx3 -e 'IsDate("2488329.65453707")'
True
$ LANG=fr_FR.UTF-8 gbx3 -e 'IsDate("2488329.65453707")'
True
$ LANG=invalid gbx3 -e 'IsDate("2488329.65453707")'
gbx3: warning: cannot switch to language 'invalid'. Did you install the
corresponding locale packages?
False


Jussi
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to