mrtreg

Results 2 comments of mrtreg

> > Same issue here. Will try the patch in the code tonight. Will anyone be realsing an update of the plugin? > > If you can make the merge...

> This removed the error: (line 43) > > Original: **$converted = iconv($charset,'UTF-8', $data);** Updated: **$converted = iconv($charset,'UTF-8//TRANSLIT', $data);** > > // The part specifies a charset if ($charset !==...