Hi,
I have developed a script in PHP that should run in DOS Mode to create a XML file.
It works just fine but special characters like letters with accents are exchanged by crazy chars.
When i run the script in the browser everything works well.
Is it a problem of characters map ?
I use fopen(filename,"wb") to open the file (i tryed also with "w" only)
To write ijn the file i tryed with fwrite and with fputs by i got the same result.
Thank you.