Hello, Here is a patch to use Unicode UTF-8 (preferred format on the Web) and thus be compatible with all characters:
Line 32: header('Content-Type: application/xml; charset=UTF-8'); Line 91: $output = '<?xml version="1.0" encoding="UTF-8"?>'."\n";
Best Regards, Alexandre http://alexandre.alapetite.fr
Sweet, thanks. Merged into trunk.
Log in to post a comment.
Hello,
Here is a patch to use Unicode UTF-8 (preferred format on the Web) and thus be compatible with all characters:
Best Regards,
Alexandre
http://alexandre.alapetite.fr
Sweet, thanks. Merged into trunk.