Page 1 of 1

utf8 support

PostPosted: 10. June 2010 11:51
by invader7
Hello forum, this is my first post. I use xampp for a long time and now i'm facing a problem with encoding. Every page in my server has this line inside it
Code: Select all
<meta http-equiv="content-type" content="text/html; charset=utf8" />
but when i open it with my browser i can't read the letters i only see ??? . The page encoding on my browser is utf8 too. Is there a solution for utf8 sites ? thanks

Re: utf8 support

PostPosted: 10. June 2010 11:57
by Altrea
Sure.
You had to save your file in utf8 too!
Open this file in your html-editor and search the function to convert the character encoding.
After that save your file.

Re: utf8 support

PostPosted: 10. June 2010 15:04
by invader7
thank you very much, it seems that my problem is sovled