Wednesday 04 July 2012 4:44:29 pm
Hello,
I try to do encoding to ANSI encoding (character set ISO-8859-1)
I used the PHP function iconv("UTF-8","ISO-8859-1//IGNORE", $a->href);
but without result
you have an idea ?
Currently I'm just a preg_replacefor example:
$lienValue = preg_replace('#\é#','%E9',$lienValue);
You must be logged in to post messages in this topic!