JTextPane hangs with Thai character

After inserting thai characters into JTextPane the applications hangs.

I am not sure what makes it hang.

We are using getDocument().insertString(...) API. After call to this API our application hangs.

Is this a known issue?

Any help in this regards will be highly appreciated!

[307 byte] By [advaitsamanta] at [2007-11-27 4:15:06]
# 1

All AWT widgets are peer components that rely on the Operating System widget抯 functions. To display Thai characters on AWT components, Java application must run on Thai Operating System (e.g. Windows Thai). This is limitation of Thai text rendering on AWT components.

See this article:

http://www-306.ibm.com/software/globalization/topics/jdk_thai/rendering.jsp

java_2006a at 2007-7-12 9:21:26 > top of Java-index,Desktop,Core GUI APIs...
# 2
Thanks for replying.Here are some latest findings that i have.We are observing this issue on XP with East Asian lanaguage files installed. In case, I uninstall this pack then application renders thai character propely.
advaitsamanta at 2007-7-12 9:21:26 > top of Java-index,Desktop,Core GUI APIs...