TextField Character Encoding - " displaying instead of @

Hi,

I have a webpage which is served as UTF-8 and has the following meta tag:

<meta http-equiv=“Content-Type” content=“text/html; charset=utf-8” />

I have an swf on the page which has some textfields on it each of which are just using arial for their font and no embedded fonts.

Now when someone types an @ into one of the textfields the " character is displayed instead, I thought this would be because my browser is set to ISO-8859-1 character encoding, but changing it UTF-8 and refreshing makes no difference.

Does anyone know how to fix this?

Thanks,

eb_dev