Hi again, Now I download the editing XML file and open it in windows with notepad and save with utf-8 encode, then upload the file again and can see the correct characters, what's the problem? I'm specifying the correct encoding when process the form and editing the XML file:
$XML = new DOMDocument('1.0', 'UTF-8');
Any idea please...
Thanks,
te0

