12 Feb
2021
12 Feb
'21
4:15 p.m.
On Fri, 12 Feb 2021 04:06:55 GMT, Naoto Sato <naoto@openjdk.org> wrote:
Please review this doc fix to j.l.Character, which now includes the table of the history of supported Unicode versions. A corresponding CSR will be filed accordingly.
Naoto Sato has updated the pull request incrementally with one additional commit since the last revision:
Removed empty <p> tag
src/java.base/share/classes/java/lang/Character.java line 86:
84: * <td>Unicode 10.0</td></tr> 85: * <tr><td>Java SE 9</td> 86: * <td>Unicode 8.0</td></tr>
Do we really need the history in the API docs? Will will update this table if there is a MR of the JSR for Java 8 that moves to a new Unicode release? ------------- PR: https://git.openjdk.java.net/jdk/pull/2538