in reply to Re^2: HTML::TokeParser, get_text scrambling rsquo and lsquo
in thread HTML::TokeParser, get_text scrambling rsquo and lsquo

print "From HTML::Entities lsquo => chr(8216), rsquo => chr(8217)" +; print "\n"; print "From HTML::Entities lsquo => ",chr(8216),", rsquo => ", chr +(8217);

Replies are listed 'Best First'.
Re^4: HTML::TokeParser, get_text scrambling rsquo and lsquo
by tridral (Initiate) on May 12, 2007 at 10:02 UTC
    This is interesting. This code works the same at home and on the web site. I get the proper quotes both times.