I have a lander in swedish that doesn't display special swedish characters correctly.
How do you deal with that for every language? I understood I need to change the charset in the html but couldn't figure out how.
Thank you,
Dvir
EDIT: found a solution that worked twice for me, which was add this line in the header:
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
Is that ok?
Looks good - does it appear to work? If so, it probably works!
yes it does. Thanks caurman, I wish everything was that simple!
Although I'm not sure anymore, the challenge is pretty cool too 