Hi,

Paul Davis <[EMAIL PROTECTED]> writes:

>>  #include <locale.h>
>>  setlocale(LC_ALL, "");
>
> as noted by someone else, this is a very very unfriendly thing to do
> unless it is restricted to places where you are doing
> "serialization" (ie. saving state to disk)

If you are doing serialization, you wouldn't change the locale but use
the locale-independent functions provided by glib (g_ascii_strtod and
g_ascii_dtostr).


Sven
_______________________________________________
gtk-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to