Re: RFR: 8281103: Give example for Locale that is English and follows the ISO standards

2023-05-09 Thread Naoto Sato
On Tue, 9 May 2023 20:39:19 GMT, Justin Lu wrote: > Please review this PR which adds an example snippet to > `java.time.temporal.WeekFields.of(Locale locale)` > > The snippet demonstrates how to create a Locale that has English Locale > qualities with an ISO-8601 first day of the week. > > T

Re: RFR: 8281103: Give example for Locale that is English and follows the ISO standards

2023-05-09 Thread Lance Andersen
On Tue, 9 May 2023 20:39:19 GMT, Justin Lu wrote: > Please review this PR which adds an example snippet to > `java.time.temporal.WeekFields.of(Locale locale)` > > The snippet demonstrates how to create a Locale that has English Locale > qualities with an ISO-8601 first day of the week. > > T

Re: RFR: 8281103: Give example for Locale that is English and follows the ISO standards

2023-05-09 Thread Roger Riggs
On Tue, 9 May 2023 20:39:19 GMT, Justin Lu wrote: > Please review this PR which adds an example snippet to > `java.time.temporal.WeekFields.of(Locale locale)` > > The snippet demonstrates how to create a Locale that has English Locale > qualities with an ISO-8601 first day of the week. > > T

RFR: 8281103: Give example for Locale that is English and follows the ISO standards

2023-05-09 Thread Justin Lu
Please review this PR which adds an example snippet to `java.time.temporal.WeekFields.of(Locale locale)` The snippet demonstrates how to create a Locale that has English Locale qualities with an ISO-8601 first day of the week. This snippet was added as there was a desire for an English/ISO-860