[Gambas-user] Changed behaviour of IsDate?? in latest revision

Jussi Lahtinen jussi.lahtinen at ...626...
Tue Oct 23 20:43:32 CEST 2012


> 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



More information about the User mailing list