K
Krishna Kirti Das
I have an UTF-16 encoded HTML document that uses this to link to an
external javascript file:
<html><head>
<link href="myjsfile.js" type="text/javascript" charset="UTF-8">
</head>
<body>
..
..
..
Works fine in IE, but not in Mozilla, no matter what charset I try.
Has anyone run into this before? If so, what did you do that worked?
external javascript file:
<html><head>
<link href="myjsfile.js" type="text/javascript" charset="UTF-8">
</head>
<body>
..
..
..
Works fine in IE, but not in Mozilla, no matter what charset I try.
Has anyone run into this before? If so, what did you do that worked?