Chinese text

If Chinese text is allowed to type as a condition for other action, how do I tell flash to recognise the Chinese character?

My code :
btn.onPress=function(){if(word.text==“爸爸”){message=“yes”;}else{gotoAndStop(2)}};