mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8269513: Clarify the spec wrt useOldISOCodes
system property
Reviewed-by: lancea, bpb, iris, joehw
This commit is contained in:
parent
0dc65d3c74
commit
3e022247d2
1 changed files with 5 additions and 3 deletions
|
@ -455,9 +455,11 @@ import sun.util.locale.provider.TimeZoneNameUtility;
|
||||||
*
|
*
|
||||||
* <p>For the backward compatible behavior, the system property
|
* <p>For the backward compatible behavior, the system property
|
||||||
* {@systemProperty java.locale.useOldISOCodes} reverts the behavior
|
* {@systemProperty java.locale.useOldISOCodes} reverts the behavior
|
||||||
* back to prior to Java SE 17 one. If the system property is set
|
* back to that of before Java SE 17. If the system property is set to
|
||||||
* to {@code true}, those three current language codes are mapped to their
|
* {@code true}, those three current language codes are mapped to their
|
||||||
* backward compatible forms.
|
* backward compatible forms. The property is only read at Java runtime
|
||||||
|
* startup and subsequent calls to {@code System.setProperty()} will
|
||||||
|
* have no effect.
|
||||||
*
|
*
|
||||||
* <p>The APIs added in 1.7 map between the old and new language codes,
|
* <p>The APIs added in 1.7 map between the old and new language codes,
|
||||||
* maintaining the mapped codes internal to Locale (so that
|
* maintaining the mapped codes internal to Locale (so that
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue