Simple special character problem

Hi all,
I’m trying to make an menu via AS but the special characters aren’t showing can anyone please help?

here is the code for the menu text:


var arr_menu:Array = new Array();
arr_menu[0] = "CANIL";
arr_menu[1] = "A RAÇA";
arr_menu[2] = "CÃES";
arr_menu[3] = "CONTATO";

thanks a lot!!!