diff --git a/src/java.base/share/classes/java/lang/Character.java b/src/java.base/share/classes/java/lang/Character.java index fb2431d045b..9d47df1b029 100644 --- a/src/java.base/share/classes/java/lang/Character.java +++ b/src/java.base/share/classes/java/lang/Character.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002, 2020, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2002, 2021, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -63,7 +63,43 @@ import static java.lang.constant.ConstantDescs.DEFAULT_NAME; * http://www.unicode.org. *
* Character information is based on the Unicode Standard, version 13.0. - * + *
+ * The Java platform has supported different versions of the Unicode + * Standard over time. Upgrades to newer versions of the Unicode Standard + * occurred in the following Java releases, each indicating the new version: + *
Java release | + *Unicode version |
---|---|
Java SE 15 | + *Unicode 13.0 |
Java SE 13 | + *Unicode 12.1 |
Java SE 12 | + *Unicode 11.0 |
Java SE 11 | + *Unicode 10.0 |
Java SE 9 | + *Unicode 8.0 |
Java SE 8 | + *Unicode 6.2 |
Java SE 7 | + *Unicode 6.0 |
Java SE 5.0 | + *Unicode 4.0 |
Java SE 1.4 | + *Unicode 3.0 |
JDK 1.1 | + *Unicode 2.0 |
JDK 1.0.2 | + *Unicode 1.1.5 |
The {@code char} data type (and therefore the value that a