GNOME Bugzilla – Bug 300889
Patch fixing use of setlocale() calls in shape export
Last modified: 2005-04-23 14:38:54 UTC
Code in shape exporter uses temporary changing of locale to avoid problems with decimal separator in numbers. More appropriate method is to use g_ascii_* functions from glib.
Created attachment 45333 [details] [review] Patch fixing use of setlocale() calls in shape exporter
Applied, thanks. 2005-04-23 Hans Breuer <hans@breuer.org> * plug-ins/shape/shape-export.c : fixing use of setlocale() calls (Radek Krahl, bug #300889)