On Mon, 11 Jan 2021 16:54:53 GMT, Naoto Sato <[email protected]> wrote:
> Please review this simple doc fix.
Oops, forgot to submit the review ;-)
src/java.base/share/classes/java/text/Normalizer.java line 48:
> 46: * The {@code normalize} method supports the standard normalization forms
> 47: * described in
> 48: * <a href="https://www.unicode.org/reports/tr15/">
This links to the latest version. Will the Normalizer always keep up with
version changes? Or is it a specific version with which it complies (e.g. the
latest version 13, previous 12), or is the version change irrelevant to this
class?
-------------
PR: https://git.openjdk.java.net/jdk/pull/2028