i have this string :
dsfssdsdfdsf « ظ…ط¯ظˆظ†ط© ط£طظ…ط¯ ط§ظ„ط®ظˆط§ط¬ط©
it's encoded in UTF-8 , i extracted it from a remote page , which i fetched it's contents using file_get_contents function , the remote page encoding is UTF-8 ,
now i want to insert this string into database which it's table encoding is latin1 , to display it into html page which has charset ISO-8859-1 ,
i tried many times to convert it's encoding from UTF-8 to ASCII , or TO ISO-8859-1 and also other encoding like Windows-1256 , but it doesn't success , the string appear with strange characters , notice that the default string contain arabic characters ,
examples of failed result of encoding :
dsfssdsdfdsf « ظ…ط¯ظˆظ†ط© ط£طÂÂظ…ط¯ ط§ظ„ط®ظˆط§ط¬ط©
dsfssdsdfdsf « ãÏæäÉ ÃÍãÏ ÇáÎæÇÌÉ
