On Sun, 22 Nov 2009, Allin Cottrell wrote:
On Sun, 22 Nov 2009, [ISO-8859-1] Patricio Cuar�n wrote:
> Version: 1.8.5 con windows 7.
> I get a "xmlParseFile failed" on this session. The session only contains
> imported data (I imported data, saved and then closed the session).
What locale? What character set does Windows 7 use? Does it use
the old Windows CP* or some sort of UTF representation?
The name of the imported data file contains non-UTF-8 junk that
apparently could not be converted properly.
Ah, are you using the 1.8.5 release, or the current Windows
snapshot?
http://gretl.sourceforge.net/win32/
There's a fix in the CVS Changelog for the "xmlParse" problem
that you mention:
Fix bug: a native gdt file made from imported data could
end up containing non-UTF-8 characters (and hence not
be openable)
Allin Cottrell