aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Plugin/URL_Title.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/Plugin/URL_Title.pm b/Plugin/URL_Title.pm
index 495df8e..8248560 100644
--- a/Plugin/URL_Title.pm
+++ b/Plugin/URL_Title.pm
@@ -45,6 +45,7 @@ sub message
}
my $html = $response->{content};
+ utf8::decode($html);
my $parser = HTML::HeadParser->new;
$parser->parse($html);