After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 360095 - Fractal explorer cannot load it's saved files in German locale
Fractal explorer cannot load it's saved files in German locale
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: Plugins
2.2.x
Other All
: Normal normal
: 2.2
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2006-10-06 07:26 UTC by Tino Schwarze
Modified: 2008-01-15 13:12 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Tino Schwarze 2006-10-06 07:26:31 UTC
I'm using LANG=de_DE.utf8 here. If I save a fractal explorer file, the doubles in the saved file get saved in "German style", e.g. "1,000".

I cannot load these files again.

Manually replacing the commas by dots solves the problem.

I checked the ChangeLog up to 2.2.13 and 2.3.12 didn't see it fixed; I didn't compile 2.3.12 myself though.

HTH,

Tino.
Comment 1 Sven Neumann 2006-10-06 08:32:07 UTC
The load routine has been ported to use locale-independent routines, but it still saves using the locale-dependent fprintf(). I am sorry, but you will have to convert the files somehow. I have now fixed the save routine.

2006-10-06  Sven Neumann  <sven@gimp.org>

	* plug-ins/FractalExplorer/Dialogs.c: save files using
	g_ascii_formatd() (fixes bug #360095).
Comment 2 Sven Neumann 2006-10-06 08:53:08 UTC
I've merged that fix into the stable branch as well.
Comment 3 Tino Schwarze 2006-10-06 09:04:08 UTC
Wow! That was fast. Thank you very much.

Converting the files is no problem.