GNOME Bugzilla – Bug 167191
gnumeric fails to recognize csv file
Last modified: 2005-04-01 21:54:18 UTC
Try to open the attached file. It is a csv file in UTF16LE encoding. Currently gnumeric fails to recognize that format.
Created attachment 37416 [details] testcase (UTF16LE encoded csv file)
We can use xmlDetectCharEncoding to detect the "exotic" unicode encodings. See html-read.c. We should probably use it in gnm_guess_encoding.
I wonder what it even means for a csv file to be in such an encoding. I could live with forcing people through the configurable importer. How do other csv file consuming program fare?
OOo calc can read it. It is a google AdSense file. See the thread starting at http://mail.gnome.org/archives/gnumeric-list/2005-February/msg00027.html. I agree that this isn't a high priority.
Fixed in cvs.