GNOME Bugzilla – Bug 103298
Problem with workbooks containing norwegian characters
Last modified: 2004-12-22 21:47:04 UTC
Bugzilla-Product: gnumeric Description: Please see https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=75560 for the original bug report. ------- Bug moved to this database by unknown@bugzilla.gnome.org 2003-01-12 21:15 ------- Reassigning to the default owner of the component, jody@gnome.org.
Sadly the truth of the matter is that gnumeric-1.0 has pathetic handling for character encodings. We operated in the user's locale and that was pretty much it. When loading files some of the importers were smart enough to do reasonable mapping from the encoding that was saved to the current encoding. Indeed the xls importer was the smartest about it. It tried to do reasonable guess mappings if iconv failed (eg for latin-1 accented characters it would substitute the unaccented version). Fixing this was a large process touching most major subsystems. There is not way to backport the utf8 conversion from 1.1.x. Sorry.