Help for this page

Select Code to Download


  1. or download this
    <?xml version="1.0" encoding="utf-8"?>
    <Name>IssuéTést</Name>
    
  2. or download this
    #!/usr/bin/perl -w
    
    ...
    print "is output utf8 ? ",Encode::is_utf8($str),"\n";
    print "Output:\n".$str;
    exit(0);
    
  3. or download this
    is input utf8 ? 1
    Input:
    ...
    Output:
    <?xml version="1.0" encoding="utf-8"?>
    <Name>Issu&#14932;st</Name>