diff --git a/src/ForceUTF8/Encoding.php b/src/ForceUTF8/Encoding.php index 7801ebc..628b487 100644 --- a/src/ForceUTF8/Encoding.php +++ b/src/ForceUTF8/Encoding.php @@ -283,7 +283,6 @@ static function fixUTF8($text, $option = self::WITHOUT_ICONV){ $last = $text; $text = self::toUTF8(static::utf8_decode($text, $option)); } - $text = self::toUTF8(static::utf8_decode($text, $option)); return $text; }