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