Tuesday, November 13, 2001, 11:02:52 AM, Leo Lapworth wrote:

LL> ## RESULTS:
LL> # V:  â
LL> # V:  â
LL> # Entity: line 3: error: Entity 'rsquo' not defined
LL> #                        <test> &rsquo; </test>
LL> #                  ^
LL> #  at t.pl line 24


LL> # I'm expecting a Right single quote not an 'a' with a hat!
LL> # My feed has &rsquo; (not the other values) how can I
LL> # get it to just pass through or convert it - thanks

I'd say that a with a hat *is* a right single quote, but your terminal
can't display it.

Output it to html with
<meta HTTP-EQUIV='Content-Type' CONTENT='text/html; charset=utf-8'>
in the <head> section and check it out in a browser.

As for the entity reference not working, my guess is LibXML doesn't
recognize it.  Under the html specs there are only what, like four
entities?  Most browsers support more, and maybe the xhtml spec
defines more.  libXML is probably doing the right thing here.


-- 
mike


Reply via email to