Quote Originally Posted by Samuel Pizarro View Post
by the way .

Is FleXML somehow updated to support unicode xmls (generating and reading) on 2020 preview ?

No more OEM/ANSI conversion under the covers ?

If yes, I guess it will be unicode by default ? and if one still want to generate a ANSI xml, what should be done ?

Regards
The conversions have been adjusted / removed. Internally FleXML has always been unicode. Don't know from the top of my head how you would make it read / save ANSI XML files, but I would expect the same way as you did before. Of course you can always get the XML into a DataFlex string convert that to ANSI and write it to disk yourself.