Help for this page

Select Code to Download


  1. or download this
    $ perl -MEncode -e'
       print encode "UTF-8",
    ...
    '
    <?xml version="1.0" encoding="UTF-8"?>
    <Name>IssuéTést</Name>
    
  2. or download this
    $ perl -MEncode -e'
       print encode "iso-8859-1",  # Wrong!
    ...
    '
    
    not well-formed (invalid token) at line 2, column 10, byte 49 at .../X
    +ML/Parser.pm line 187