Hi all,
I'm using a lazyloader plugin for importing .js includes on-demand.
The problem: when my imported script will display an alert-box which has umlauts, the umlauts won't display - but i'm getting a weird replacement-character. I think it must be something with UTF8-encoding but i couldn't find out how to do this for a js-include.
Thanks in advance.