If your page encoding is configured in this language, the flash can recognize your system setting through :
System.usecodepage = true;
But i should recommends you to work your code with UTF-8 standard and must add too a UTF8 function to parse your string content.
tell me if you dont understand what i mean.