Re: revXML and UTF-8

2023-09-17 Thread jbv via use-livecode
Thank you for your reply. I found a workaround, but not a very elegant one : when xml parsing returns some "", I start the parsing again, but I process the line as plain text and not as xml. It's about as fast. Le 2023-09-17 09:32, Paul Dupuis via use-livecode a écrit : There are a number of

Re: revXML and UTF-8

2023-09-17 Thread Paul Dupuis via use-livecode
There are a number of "rev" libraries (revXML, revZIP, perhaps others) that are not fully Unicode compatible. See: https://quality.livecode.com/show_bug.cgi?id=18942 (revXML, revZIP) https://quality.livecode.com/show_bug.cgi?id=22202 (revZIP) ... and possibly others. There are no work-arounds f