Some languages becomes as Gibberish
-
I noticed that non standard languages (eg. Hebrew, Arabic) we get encoding problems after saving in the settings screen.
I managed to fix it by changing lines #280 and #303 on file quick-adsense-admin.php :$cod = htmlentities(get_option(‘AdsCode’.$i));
becomes:
$cod = htmlentities(get_option(‘AdsCode’.$i),ENT_QUOTES , “UTF-8”);and
$cod = htmlentities(get_option(‘WidCode’.$i));
$cod = htmlentities(get_option(‘WidCode’.$i),ENT_QUOTES , “UTF-8”);Can you please change this in the code? we have many wordpress websites with QuickAdsense and they are all affected by this problem.
Thanks
- The topic ‘Some languages becomes as Gibberish’ is closed to new replies.