Click to See Complete Forum and Search --> : page encoding


jrthor2
12-17-2009, 02:17 PM
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;
<meta http-equiv="content-type" content="text/html; charset=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?

CFHutton
12-18-2009, 08:30 AM
Check this (http://www.w3.org/International/questions/qa-changing-encoding.en.php) out and see if it helps.