Hello I’m trying to use accented characters in my labels without success:
I have UTF-8 set in the header:
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
Is it possible to do this without using escape codes?
Thanks
Hello I’m trying to use accented characters in my labels without success:
I have UTF-8 set in the header:
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
Is it possible to do this without using escape codes?
Thanks
Hi
make sure:
should be correct
Thank you, it turns out my editor wasn’t set to UTF-8.