Encoding issue

Hello,

I’m a new tot he forum, been dropping by the site for a while though.

Ive got an issue that I cant resolve, heres the issue.

In my action script, ive got a few lines of code like this:

this.strStationData = this.strStationData + "2m Temp: "+parseInt(tempArray**(9/5)+32)+"°F
";

If you look to the end of the string, you see “°F”. Everything looks fine, but when I view the file, Instead of the “°” I get an upside down exclamation point.

Anybody have an idea of what the issue is, Ive changed the character encoding on the page, made sure the fonts have the character included. I’m lost.

I appreciate the help
-Shek