Accented characters in form label

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:

  1. utf is set in header (already)
  2. source page encoding also utf
  3. browser encoding also utf

should be correct

Thank you, it turns out my editor wasn’t set to UTF-8.