Re: [Gambas-user] Format$ with different LANG

2009-06-26 Thread Benoît Minisini
> > Pino Zollo let me know that there is probably an error in > /usr/share/i18n/locales/it_IT.utf8 > > --- > LC_NUMERIC > decimal_point "" > thousands_sep "" <-- (empty string, not > SPACE) grouping 0;0 > END LC_NUMERIC >

Re: [Gambas-user] Format$ with different LANG

2009-06-25 Thread Doriano Blengino
Ricardo Díaz Martín ha scritto: > I confirm I'm have got the same problem in Spanish configuration. For > decimals we use "," (coma) and gambas returns "," (coma - it's ok) but for > milliar we use "." (point) and gambas returns " " (blank). All the rest of > locale data (date, time and currency ar

Re: [Gambas-user] Format$ with different LANG

2009-06-25 Thread Ricardo Díaz Martín
I confirm I'm have got the same problem in Spanish configuration. For decimals we use "," (coma) and gambas returns "," (coma - it's ok) but for milliar we use "." (point) and gambas returns " " (blank). All the rest of locale data (date, time and currency are fine) I'm working with ubuntu 9.04x86

Re: [Gambas-user] Format$ with different LANG

2009-06-25 Thread Benoît Minisini
> Benoît Minisini ha scritto: > >> For LANG="POSIX" > >> > >> ? Format$(Val("14555888") / 1000, "#,###.000") > >> 14,555.888 > >> > >> ...this is OK > >> > >> LANG="es_ES.utf8" and for LANG="it_IT.utf8" > >> > >> ? Format$(Val("14555888") / 1000, "#,###.000") > >> 14 555,888 > >> > >> There is a sp

Re: [Gambas-user] Format$ with different LANG

2009-06-24 Thread Doriano Blengino
Benoît Minisini ha scritto: >> For LANG="POSIX" >> >> ? Format$(Val("14555888") / 1000, "#,###.000") >> 14,555.888 >> >> ...this is OK >> >> LANG="es_ES.utf8" and for LANG="it_IT.utf8" >> >> ? Format$(Val("14555888") / 1000, "#,###.000") >> 14 555,888 >> >> There is a space where should be a . but

Re: [Gambas-user] Format$ with different LANG

2009-06-24 Thread Benoît Minisini
> For LANG="POSIX" > > ? Format$(Val("14555888") / 1000, "#,###.000") > 14,555.888 > > ...this is OK > > LANG="es_ES.utf8" and for LANG="it_IT.utf8" > > ? Format$(Val("14555888") / 1000, "#,###.000") > 14 555,888 > > There is a space where should be a . but I can cope with it > > For LANG="ru_RU.u

[Gambas-user] Format$ with different LANG

2009-06-24 Thread Pino Zollo
For LANG="POSIX" ? Format$(Val("14555888") / 1000, "#,###.000") 14,555.888 ...this is OK LANG="es_ES.utf8" and for LANG="it_IT.utf8" ? Format$(Val("14555888") / 1000, "#,###.000") 14 555,888 There is a space where should be a . but I can cope with it For LANG="ru_RU.utf8" ? Format$(Val("