Mudsaf 17 Posted December 3, 2012 Report Share Posted December 3, 2012 ö in another page and ö in another. The both pages are UTF-8 and data comes from same query. Quote Link to post Share on other sites
Ingolme 1,020 Posted December 3, 2012 Report Share Posted December 3, 2012 One page is being interpretted as ISO-8859-1. Try sending a header with PHP Content-type: text/html; charset=UTF-8Browsers sometimes ignore <meta> tags. Quote Link to post Share on other sites
kanchatchai 2 Posted December 4, 2012 Report Share Posted December 4, 2012 in thailand i use PHP <?PHP header('Content-Type: text/html; charset=Windows-874'); ?> and HTML <meta http-equiv="Content-Type" content="text/html; charset=Windows-874"> to show header for thai language and use mysql_query("SET NAMES tis620"); to get thai charactor from mysql Quote Link to post Share on other sites
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.