I'm having an issue with what page encoding the browser is using on my pages. I have the below so that it uses UTF-8;
But, if I view the page encoding used by the browser, for example in Firefox, going to View -> character Encoding, it shows as Western (ISO-8859-1). How can if get the browser to use URF-8?Code:<meta http-equiv="content-type" content="text/html; charset=utf-8" />


Reply With Quote
Bookmarks