in reply to Re: HTML::Lint and utf-8 document woes
in thread HTML::Lint and utf-8 document woes

The bytes in the .pl file are actually C3 A7. It is possible that they have been rendered differently in the process of pasting the code into PerlMonks and then rendered inside code tags by PerlMonks.


DWIM is Perl's answer to Gödel

Replies are listed 'Best First'.
Re^3: HTML::Lint and utf-8 document woes
by rhesa (Vicar) on Nov 01, 2006 at 04:05 UTC
    OK, that is indeed the correct utf8 encoding. I suppose that means HTML::Lint does do bad things. In fact, it looks to me like the _text() method in HTML::Lint::Parser gets the wrong encoding back from HTML::Parser.