Forum Moderators: phranque
I also tried to use both these lines but its not working:
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<META http-equiv="Content-Type" content="text/html; charset=utf-8">
i tried:
php:
utf8_encode ("Peşin alışverişlerinize <font color=\"ff0000\">%10 indirim</font> uygulanmaktadır.");
its gives me following output:
Pesin alisverislerinize %10 indirim uygulanmaktadir.
just wanted to know if there is any way so that i can make same as its in string for utf-8
Have you set the server character encoding? See Apache AddDefaultCharset [httpd.apache.org]
Jim