Re: character is droped when gnumeric reads file



On Fri, Nov 22, 2002 at 05:51:41AM -0500, Daniel Veillard wrote:
On Thu, Nov 21, 2002 at 10:26:22PM -0500, Jody Goldberg wrote:
On Fri, Nov 22, 2002 at 12:29:26AM +0900, ichikawa wrote:
I want to report what may be bugs in gnumeric.
If character of decimal style (&#xxx;...) is multiple of 4096th bytes on xml,
Some character is droped when gnumeric reads file.

  Jody, it could be a good idea to see if the libxml2.2.xx backported
parser I added nearly 2 years ago to libxml1 would fix this, something like
   tmp = xmlUseNewParser(1);
   /* parse the XML data */
   xmlUseNewParser(tmp);

This did fix the problem and does not appear to have introduced any
new problems so the patch has gone into the 1.0.x tree.  With luck
Ray (who is kindly maintaining 1.0.x while my laptop is down) will
be able to do a 1.0.11 release with the patch soon.

Thanks
    Jody



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]