[AnimeUltime] Remove encoding conversion
Was previously needed due to encoding on the page being incorrect
This commit is contained in:
parent
8b173b8874
commit
efd1abfab1
1 changed files with 0 additions and 1 deletions
|
@ -102,7 +102,6 @@ class AnimeUltimeBridge extends BridgeAbstract {
|
|||
$item_description = defaultLinkTo($item_description, self::URI);
|
||||
$item_description = str_replace("\r", '', $item_description);
|
||||
$item_description = str_replace("\n", '', $item_description);
|
||||
$item_description = utf8_encode($item_description);
|
||||
|
||||
//Build and add final item
|
||||
$item = array();
|
||||
|
|
Loading…
Reference in a new issue