I am having a HTML site declared and encoded as UTF-8. My Javascript sources are encoded with cp1252.
So i use this to set the encoding
<script src="my_cp1252_encoded_file.js" charset="cp1252" ></script>
This works in Mozilla but not in IE. Ideas?