Page 1 of 1

Unicode (UTF-8) Problem ???

PostPosted: 04. March 2005 23:02
by Dnyt
I installed the newest XAMPP but
Why the unicode is not working? In my .html or .php page I put:

<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">

But it's still Encoding Western European (ISO)

Anyone know why?

PostPosted: 05. March 2005 00:00
by Wiedmann
In "httpd.conf" remove the line:
Code: Select all
AddDefaultCharset ISO-8859-1

PostPosted: 05. March 2005 06:17
by Dnyt
Thank you, sorry I posted in the wrong forum