OK great. It would be good to mention this. Unicode 10.0 was released 9
month ago, and is released every June. So it is not too early to start the
process on Unicode 11.0, it will be in alpha and then beta before too long.
On Thu, Mar 8, 2018 at 11:27 AM, Naoto Sato wrote:
> Hi Steven,
>
> Sinc
Hi Steven,
Since JDK now has shorter release cycle, Unicode 11 may not make it for
JDK 11.
Naoto
On 3/7/18 6:45 PM, Steven R. Loomis wrote:
Unicode 11 is scheduled for June.
http://www.unicode.org/versions/Unicode11.0.0/
El El mié, mar. 7, 2018 a las 2:58 PM, escribió:
New JEP Candidate:
Would you please review the following patch?
bug: https://bugs.openjdk.java.net/browse/JDK-8195478
webrev as below
I have tested it locally.
Thank you
-Hamlin
diff -r 19effb7970bc test/jdk/sun/text/resources/LocaleData
Hi Rachna!
Just minor comments: You may want to update the initial capacity for
the HashMaps:
1)
private static Map map =
new HashMap<>((int)(638 / 0.75f + 1.0f));
(the number 638 was determined as `cat Character.java | grep -A 2 'new
UnicodeBlock' | grep '"' | wc -l`)
Would you please review the following patch?
bug: https://bugs.openjdk.java.net/browse/JDK-8195478
webrev as below
I have tested it locally.
Thank you
-Hamlin
diff -r 19effb7970bc test/jdk/sun/text/resources/LocaleData
Hi Rachna,
I'm not sure, but I think in this case (it's a test bug) @bug 8195478
should not be added.
Thank you
-Hamlin
On 17/01/2018 4:45 PM, Rachna Goel wrote:
Hi Hamlin,
Just one nit, Please add bug id 8195478 to
sun/text/resources/LocaleDataTest.java.
Thanks,
Rachna
On 1/17/201
Hi,
Please review the proposed changes for JDK-819410.
Bug : https://bugs.openjdk.java.net/browse/JDK-8191410
proposed changeset is located at :
http://cr.openjdk.java.net/~rgoel/JDK-8191410/webrev/
This serves as the implementation for JEP 327.
--
Thanks,
Rachna