Menu

Patch Unicode UTF-8

2013-02-06
2013-02-07
  • Alexandre Alapetite

    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

     
  • Michael

    Michael - 2013-02-07

    Sweet, thanks. Merged into trunk.

     

Log in to post a comment.