Re: [EXTERNAL] Re: 4-letter patterns in Date Format Style no longer give full text style

2023-07-11 Thread Bruno Borges
t: July 10, 2023 11:51 PM To: Bruno Borges ; core-libs-dev@openjdk.org Cc: Naoto Sato Subject: Re: [EXTERNAL] Re: 4-letter patterns in Date Format Style no longer give full text style On 10/07/2023 21:09, Naoto Sato wrote: > : > >> >> And isn't this the case of a breaki

Re: [EXTERNAL] Re: 4-letter patterns in Date Format Style no longer give full text style

2023-07-10 Thread Bruno Borges
houldn't Locale(String) constructor attempt to parse the input for the Locale(String, String) constructor so the behavior would have been maintained in accordance to Java 8? Sent from mobile device. From: Naoto Sato Sent: Monday, July 10, 2023 12:36:10 PM To:

4-letter patterns in Date Format Style no longer give full text style

2023-07-10 Thread Bruno Borges
Hi all, Was there any change to Date Time Formatter API that made the "" and the "" (and other 4-letter patterns) change from Java 8 to 11+ ? In Java 8, "" with locale en_US correctly gives the FULL day of week, e.g., "Monday". In Java 11 and 17 (two I've tested), the same input wi