It's better to convert all strings to utf8 immediately while creating xml tree, not convert whole file. It's my humble opinion onlyKana wrote:I have code where I write XML file from DBF with
nHandle := FCreate( xmlfile, 0 ) )
...
FWRITE
...
FClose(
This function save ANSI XML file
I don't want convert file with notepad.exe or notepad++ from ANSI to UTF8
Is it posible to save UTF8 file from code?
