Skip to content
Snippets Groups Projects
Commit afe8fc4a authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

Set proper encoding for decoded_content

parent 67f3a442
No related branches found
No related tags found
No related merge requests found
......@@ -308,8 +308,8 @@ else {
fields => \%post,
);
$content = $www->response()->decoded_content();
$content =~ s/\xa0/ /gs;
# The content actually is iso-8859-1, but HTML::Message seems to be buggy
$content = $www->response()->decoded_content(charset => 'iso-8859-15');
}
if ($test_dump) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment