Special chars like "ã" followed by an "f"

I’m loading text externally from XML… when I use special chars like “ã” that chars shows up followed by an “f”… Why this happens?!

[COLOR=red]check it![/COLOR]
[COLOR=#ff0000]-------------[/COLOR]

[COLOR=red]-------------[/COLOR]
[COLOR=#ff0000][/COLOR]
Flash:
onLoad(){
System.useCodePage=true;
}

XML:
<?xml version=“1.0” encoding=“UTF-8”?>

Is something missing?!