Hi!
 I had a similar Problem. instead of e.g
    alert("ä ü");
I had to use
   alert(unescape("%E4 %FC"));
you have to use the Hex codes instead of the HTML entity references. for
ISO 8859-1 you could check
http://www.utoronto.ca/webdocs/HTMLdocs/NewHTML/iso_table.html. hope it
helps

kind regards willi

Reply via email to