Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re^2: XML::Simple parser error : Input is not proper UTF-8, indicate encoding

by daxim (Curate)
on Aug 10, 2012 at 13:37 UTC ( [id://986747]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $ echo '<root>&#x0e;</root>' | xmllint -
    -:1: parser error : xmlParseCharRef: invalid xmlChar value 14
    <root>&#x0e;</root>
                ^
    
  2. or download this
    $ perl -e'print "<root><![CDATA[\x{0e}]]></root>"' | xmllint -
    -:1: parser error : PCDATA invalid Char value 14
    <root><![CDATA[]]></root>
                   ^
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (5)
As of 2024-04-18 03:56 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found