Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re^2: error parsing utf8 chars using XML DOM parser

by avih (Initiate)
on Nov 01, 2011 at 17:31 UTC ( [id://935167]=note: print w/replies, xml ) Need Help??

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>
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://935167]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (1)
As of 2024-04-25 04:29 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found