K
Karl E. Peterson
Hi --
Okay, so how does one go about forcing character encoding? I thought
that by having this in the <head> section:
<meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
That a browser would automatically choose to use ISO-8859-1, but for
some inexplicable reason I've seen pages lately where both Firefox and
IE8 choose to use Unicode instead.
These are just pretty straight-up ASP pages, with this as the very
first line:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
They're full of the diamond-question mark char, though. Ideas?
Thanks... Karl
Okay, so how does one go about forcing character encoding? I thought
that by having this in the <head> section:
<meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
That a browser would automatically choose to use ISO-8859-1, but for
some inexplicable reason I've seen pages lately where both Firefox and
IE8 choose to use Unicode instead.
These are just pretty straight-up ASP pages, with this as the very
first line:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
They're full of the diamond-question mark char, though. Ideas?
Thanks... Karl