8213046: Define Japanese new Era character
authornaoto
Thu, 01 Nov 2018 14:07:59 -0700
changeset 52376 0edcab6e7f59
parent 52375 7b20c27b2ccb
child 52377 907fdbbdf584
8213046: Define Japanese new Era character Reviewed-by: lancea, rriggs
src/java.base/share/classes/java/lang/Character.java
--- a/src/java.base/share/classes/java/lang/Character.java	Thu Nov 01 16:53:54 2018 -0400
+++ b/src/java.base/share/classes/java/lang/Character.java	Thu Nov 01 14:07:59 2018 -0700
@@ -55,6 +55,14 @@
  * <ul>
  * <li><a href="http://www.unicode.org">http://www.unicode.org</a>
  * </ul>
+ * <p>
+ * The code point, U+32FF, is reserved by the Unicode Consortium
+ * to represent the Japanese square character for the new era that begins
+ * May 2019. Relevant methods in the Character class return the same
+ * properties as for the existing Japanese era characters (e.g., U+337E for
+ * "Meizi"). For the details of the code point, refer to
+ * <a href="http://blog.unicode.org/2018/09/new-japanese-era.html">
+ * http://blog.unicode.org/2018/09/new-japanese-era.html</a>.
  *
  * <h3><a id="unicode">Unicode Character Representations</a></h3>
  *