Hi,

The purpose of the update was to fix the JCK issue 8069052[1], which demanded the acceptance of a full character list in reZ003v.xml as XML Schema defined words. However, since b74, the JDK has been updated to support Unicode 7.0.0[2], in particular, U+2308..U+230B were changed from Sm to either Ps or Pe in 7.0.0. As a result, I had to create a separate issue 8142900 [3] so that we can continue fixing the issue that the XML Schema specification defines \w as [#x0000-#x10FFFF]-[\p{P}\p{Z}\p{C}] (all characters except the set of "punctuation", "separator" and "other" characters).

Once this is fixed, we'll discuss the JCK issue that now contains two extra characters.

[1] https://bugs.openjdk.java.net/browse/JDK-8069052
[2] https://bugs.openjdk.java.net/browse/JDK-8032446
[3] https://bugs.openjdk.java.net/browse/JDK-8142900

Webrev:
http://cr.openjdk.java.net/~joehw/jdk9/8142900/webrev/

Thanks,
Joe

Reply via email to