TLF Text In Korean

I can’t quite get dynamic Korean to work in CS5 using the new TLF Text Field.

Basically, if you type in three keys in Korean ㅁ, ㅜ, and ㄹ it should make the word 물. Instead it separates it into ㅁㅜㄹ.

Anyone have any experience with this?

Here’s my code. (It won’t show up if I mark it as code because of the Korean characters.)

korean.text = “ㅁ”;
korean.appendText(“ㅜ”);
korean.appendText(“ㄹ”);