Hi I have a problem as below. I have one xml which contain utf-8 characters but the data of this xml will get displayed on page with iso encoding.
Ben de bunu nasıl, dize bu utf-8 charactres kaldırmak gerekir.
Thanks Avinash
EDIT:
I have used : iconv("ISO-8859-1", "UTF-8", str_replace('&','and',removeEmptyLines(strip_tags($value))))
ve şimdi onun xml dosyasındaki bir görüntüleme.
Bunu nasıl kaldırabilirim ...