Does Java SDK V1.4.2 Support Unicode 4.0

Hi all:

I want to develop a java application to handle some difficult traditional Chinese in WinXP. The Chinese word may contains more than 20000 difficult words. And this maybe use Unicode 4.0. I know WinXP support Unicode 4.0. Due to some reason, I have to finish the AP with JDK1.4.2. Does anyone know JSDK1.4.2 support Unicode 4.0? ThankX in advance....

[370 byte] By [kyletsai2005a] at [2007-10-1 20:08:47]
# 1
No it does not: http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Character.htmlJava 5 does: http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Character.html
JoachimSauera at 2007-7-13 1:29:47 > top of Java-index,Desktop,I18N...
# 2
Thx very much... Then I have sufficient reason to persuade my boss.. Haha
kyletsai2005a at 2007-7-13 1:29:47 > top of Java-index,Desktop,I18N...