-
Bug
-
Resolution: Fixed
-
P4
-
None
Following methods in j.l.Character throws IllegalArgumentException without any message.
Character.UnicodeBlock.of(cp)
Character.UnicodeScript.of(cp)
Character.toChars(cp, char[], int)
Character.toChars(cp)
Character.getName(cp)
Providing more diagnostic messages along with them would be helpful.
(cf. http://mail.openjdk.java.net/pipermail/core-libs-dev/2018-March/051887.html)
Character.UnicodeBlock.of(cp)
Character.UnicodeScript.of(cp)
Character.toChars(cp, char[], int)
Character.toChars(cp)
Character.getName(cp)
Providing more diagnostic messages along with them would be helpful.
(cf. http://mail.openjdk.java.net/pipermail/core-libs-dev/2018-March/051887.html)
- relates to
-
JDK-4993841 (str) java.lang.Character should have a toString(int) method
-
- Resolved
-