ColdH4x Posted February 27, 2007 Share Posted February 27, 2007 When opening a html file with include() my page does not show special characters, instead it shows something like "?" I've already saw a document about this and I got to the conclusion that is some charset problem... but when reviewing my html code I noticed the following line: <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> So I guess it's not this charset problem... or is it? What's wrong? :S Link to comment https://forums.phpfreaks.com/topic/40335-problem-with-special-characters/ Share on other sites More sharing options...
Spikowski Posted November 20, 2007 Share Posted November 20, 2007 /i got the same problem, and dont know what to do. Link to comment https://forums.phpfreaks.com/topic/40335-problem-with-special-characters/#findComment-395019 Share on other sites More sharing options...
harristweed Posted November 20, 2007 Share Posted November 20, 2007 Try <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> Link to comment https://forums.phpfreaks.com/topic/40335-problem-with-special-characters/#findComment-395029 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.