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?
<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?