Re: Increaed support for Unicode in Java API

2009-10-01 Thread Ulf Zibis
... did you rekognize the icu4j project? http://icu-project.org/download/4.2.html#ICU4J -Ulf Am 01.10.2009 15:14, Pravin Jain schrieb: Hello all, Currently, the JDK API has a very limited support for the Unicode properties. Mostly what is available is from the Character class's methods like

Re: Increaed support for Unicode in Java API

2009-10-01 Thread Ulf Zibis
I would suggest to start a new project under java.net for this. If it would become widely used and accepted, there is maybe a way to integrate it in JDK. For package I suggest something like java.util.text.unicode. -Ulf Am 01.10.2009 15:14, Pravin Jain schrieb: Hello all, Currently, the JDK

Increaed support for Unicode in Java API

2009-10-01 Thread Pravin Jain
Hello all, Currently, the JDK API has a very limited support for the Unicode properties. Mostly what is available is from the Character class's methods like isDigit, getNumericValue, getCategory, etc. These properties are supported by building the CharacterData classes from the UnicodeData.txt file