Re: What methods should go into a java.util.Objects class in JDK 7?

2009-10-01 Thread Joe Darcy
Joe Darcy wrote: Joe Darcy wrote: Stephen Colebourne wrote: Joe Darcy wrote: What other utility methods would have broad enough use and applicability to go into a common java.util class? Joe, You've asked for a call for ideas, but not given any indication of process. Are you going to evalua

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

hg: jdk7/tl/jdk: 2 new changesets

2009-10-01 Thread michael . mcmahon
Changeset: dd724911c90a Author:michaelm Date: 2009-09-29 10:00 +0100 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/dd724911c90a 6886108: Test case B4933582 binding to fixed port number Reviewed-by: chegar ! test/java/net/Authenticator/B4933582.java ! test/sun/net/www/httptest/Htt