Jump to content

UTF-8 encoded webpage gets wrong displaying


franceav

Recommended Posts

hi, i have a site(www.frmv.com) which is php enabled jsp host,i used sphpblog (www.simplephpblog.com) selected the interface language as simplified chinese and everything worked ok at first few days,but i got wrong code displaying now, i don't know why?my question:how to force the broswer to read my page as utf-8 encoded webpage since all the blogging software sphpblog were UTF-8 encoded.thank you in advance...

Link to comment
Share on other sites

First try and add this to the head

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">

If that doesn't work, then try and run your code through the W3 Validator.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...