On Wed, 20 Sep 2017 20:38:23 +0200 (CEST)
Michael Van Canneyt via Lazarus <[email protected]> wrote:

>[...]
> Currently not, I think. 
> All the more reason to move everything to FCL in a unified codebase.

+1
 
> Or use your suggestion and use something like
> 
> Type
> {$IFDEF XMLUTF8}
>   XMLString = UTF8String;
> {$ELSE}
>   XMLString = unicodestring;
> {$ENDIF}
> 
> should do the job. I will have a look at this; the only thing that must
> then be properly checked is the actual reading and writing...

The laz2_dom has some options for keeping the spaces
(indentation). Don't know if this was already backported to the
original xmlreader/writer.

Mattias
-- 
_______________________________________________
Lazarus mailing list
[email protected]
https://lists.lazarus-ide.org/listinfo/lazarus

Reply via email to