Logged In: NO

Your problem is that the character encoding of yor html file
is not supporting special characters. Try the following charset:
<meta http-equiv="Content-Type" content="text/html;
charset=iso-8859-2">
It is working fine for me!