There is the description in Character class description:
```
The range of legal code points is now U+0000 to U+10FFFF, known as Unicode scalar value. (Refer to the definition of the U+n notation in the Unicode Standard.)
```
The "definition" is a URL link to obsolete Unicode 3.1.0 spec, where the notation was described. Since then, the notation was removed from the Unicode spec. It would be desirable to correct this confusing link.
```
The range of legal code points is now U+0000 to U+10FFFF, known as Unicode scalar value. (Refer to the definition of the U+n notation in the Unicode Standard.)
```
The "definition" is a URL link to obsolete Unicode 3.1.0 spec, where the notation was described. Since then, the notation was removed from the Unicode spec. It would be desirable to correct this confusing link.
- links to
-
Review(master) openjdk/jdk/26169