Thread

Posted on Mon Jan 9 18:14:37 2006 by cjara
undecoded UTF-8 problem
Has someone got around the problem of "undecoded UTF-8 will give garbage when decoded". I know it is generated within HTML::Parser and can be fixed executing utf8_mode on the HTML::Parser object. But how can I access the HTML::Parser object from WWW::Mechanize ?
Direct Responses: 2172 | Write a response
Posted on Tue Apr 18 07:09:33 2006 by ermeyers in response to 1603
Re: undecoded UTF-8 problem
use open qw(:utf8); ## in you program. SEE ALSO: perldoc perluniintro
Write a response