Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Javascript/jquery messes up special characters Re: Javascript/jquery messes up special characters

#91821
Mottie
Member

Hi Lulli240!

Make sure the page has the charset as the generated page. In HTML5, it’s a meta tag in the header (more info here):

“utf-8” is just one character set “ISO-8859-1” is the standard for western European character sets (I’m not sure if that includes characters for Iceland).