Re: Desactivating the á = ã
| Newsgroups | gmane.comp.cms.jahia.devel |
|---|---|
| Message-ID | <OF549D8947.2AC8D29B-ONC1256FC0.0029921F-C1256FC0.002B1AD9@commaro.com> |
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