Re: RFR: 8320919: Clarify Locale related system properties [v3]

2023-12-13 Thread Naoto Sato
On Mon, 11 Dec 2023 23:20:25 GMT, Naoto Sato wrote: >> This is a doc change to clarify what the `Default Locale` is, and how it is >> established during the system startup using the system properties. Those >> locale-related system properties have existed since the early days of Java, >> but h

Re: RFR: 8320919: Clarify Locale related system properties [v3]

2023-12-12 Thread Stuart Marks
On Mon, 11 Dec 2023 23:20:25 GMT, Naoto Sato wrote: >> This is a doc change to clarify what the `Default Locale` is, and how it is >> established during the system startup using the system properties. Those >> locale-related system properties have existed since the early days of Java, >> but h

Re: RFR: 8320919: Clarify Locale related system properties [v3]

2023-12-12 Thread Stuart Marks
On Mon, 11 Dec 2023 23:17:01 GMT, Naoto Sato wrote: >> src/java.base/share/classes/java/util/Locale.java line 301: >> >>> 299: * is unparsable, it is ignored. The overriding values of other >>> properties are not >>> 300: * checked for syntax or validity and are used directly in the default

Re: RFR: 8320919: Clarify Locale related system properties [v3]

2023-12-11 Thread Naoto Sato
> This is a doc change to clarify what the `Default Locale` is, and how it is > established during the system startup using the system properties. Those > locale-related system properties have existed since the early days of Java, > but have never been publicly documented before. It is also the

Re: RFR: 8320919: Clarify Locale related system properties [v3]

2023-12-11 Thread Naoto Sato
On Mon, 11 Dec 2023 22:42:56 GMT, Justin Lu wrote: >> Naoto Sato has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Review comments > > src/java.base/share/classes/java/util/Locale.java line 270: > >> 268: * >> 269: * The locale-related