Forums
(@onesound)
11 years, 2 months ago
I found the answer. just string encoding issue. edit hammy.php $original = $item->getAttribute( ‘src’ ); $original = mb_convert_encoding($original, “auto”); <- add this line.
🙂