Hi
I'm using PHP as a shell script to write XML files.
Everything works well, but when i use accented chars they don't appear in the XML file (they are changed to anothers chars). I printed the string and in the screen appears just fine, but in the file it's wrong.
I tryed with the "b" flag in the fopen, and without it.
I tryed almost everything.
When i run the script in the IE, it works just fine.
I Use PHP 4.0.6 and Windows IIS 5.