On Tue, Sep 26, 2017 at 12:11 AM, Marcos Douglas B. Santos via Lazarus
<lazarus@lists.lazarus-ide.org> wrote:
> Yeah, but DOM uses DOMString, which is WideString.
> Lazarus uses UTF8 and have a laz2_DOM that uses "string", which is
> UTF8, but I cannot use this unit with XPath unit, which needs a
> TXMLDocument that works with WideString... see my point?

That is a problem. I guess you can use the units with Lazarus but it
results to many conversions between encodings.
It should be solved somehow.

Juha
-- 
_______________________________________________
Lazarus mailing list
Lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus

Reply via email to