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 Quote Link to comment 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. Quote Link to comment 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"> 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.