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

Re^4: XML Parser not well-formed

by ktingle (Sexton)
on Nov 02, 2004 at 20:01 UTC ( [id://404735]=note: print w/replies, xml ) Need Help??


in reply to Re^3: XML Parser not well-formed
in thread XML Parser not well-formed

That character is 0x92, UTF-8 only maps up to 0x7F as a single byte. If the document is representing that character with just one byte then its not UTF-8 and a broken XML instance. That character is represented with 2 bytes in UTF-8.

Whenever I get confused about UTF-8 I use this reference;

http://www.cl.cam.ac.uk/~mgk25/unicode.html#utf-8

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (9)
As of 2024-04-23 10:53 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found