On Tue, 1 Sep 2009, Tomas Soltys wrote:

> I forgot to write that this behaviour apply only on Windows not on Linux.
[...]
> >
> > Recently I have ran into a problem with locale settings.
> >
> > 1. I need my application to have disabled locale settings. This is mainly
> > for the number representation.

If that's all you're really worried about:

setlocale(LC_NUMERIC, "C");

Allin Cottrell
_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to