Zenitram
3rd August 2004, 15:58
Chapter Grabber can output a XML file.
Good.
But the XML output is corrupt!
The first line of XML file is :
"<?xml version="1.0" encoding="utf-8" standalone="yes"?>"
But if you put in chapters name signs like é, à, ç, they are in ISO-8859-1 (my page code), not in UTF-8 as said in the header of file.
This is dangerous to have corrupted XML files, my XML parser don't anderstand you put ISO-8859-1 characters (the file is said without this code page) and think this is UTF-8, so my output (in Unicode, with a UTF-8 to UCS-2 parser) is false.
Chapter Grabber should change the header, or put a UTF-8 encoder before saveing the file.
Good.
But the XML output is corrupt!
The first line of XML file is :
"<?xml version="1.0" encoding="utf-8" standalone="yes"?>"
But if you put in chapters name signs like é, à, ç, they are in ISO-8859-1 (my page code), not in UTF-8 as said in the header of file.
This is dangerous to have corrupted XML files, my XML parser don't anderstand you put ISO-8859-1 characters (the file is said without this code page) and think this is UTF-8, so my output (in Unicode, with a UTF-8 to UCS-2 parser) is false.
Chapter Grabber should change the header, or put a UTF-8 encoder before saveing the file.