esdras Posted February 15, 2006 Share Posted February 15, 2006 Hi people,I'm in trouble with charset configuration.PHP Default Charset is set to ISO-8859-1. (it's the server configuration, I can't change)MySQL database and its tables are set to utf8_general_ci.My HTML/PHP files are UTF8, and so are their meta tags.I was using all in UTF8 without problem, because my local server have no problem with it. The troubles described here are at the remote server, where my site is hosted.But when I insert data from a form to MySQL, it's miscoded. Since I'm from Brazil, I'm having problems with some special characters, like "á", "ç" etc.If I convert them using htmlentities(), they will use more characters than they really have. For example, "á" will become "´". If the field has support for 20 characters, "ábc" will become "´bc" and use 9 characters.A strange thing: although the site is all in UTF8, browsers only load the pages as ISO-8859-1.How can I fix this? Quote Link to comment Share on other sites More sharing options...
fenway Posted February 16, 2006 Share Posted February 16, 2006 Sounds like your server isn't serving the pages as UTF-8, which may actually be the solution to the problem itself. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.