diff --git a/strip_manager.php b/strip_manager.php index 05e7296..053c7d6 100644 --- a/strip_manager.php +++ b/strip_manager.php @@ -581,7 +581,7 @@ class strip_manager if (!$fh) { $this->general->wotd = $this->lang->forum_error; } else { - $this->general->wotd = stream_get_contents($fh); + $this->general->wotd = utf8_encode(stream_get_contents($fh)); fclose($fh); } }