RFR: 8324665: Loose matching of space separators in the lenient date/time parsing mode [v2]

Joe Wang joehw at openjdk.org
Fri Feb 2 21:08:01 UTC 2024


On Fri, 2 Feb 2024 20:47:29 GMT, Naoto Sato <naoto at openjdk.org> wrote:

>> Implementing "loose matching" of space separators in both `java.time.format.DateTimeFormatter` and `java.text.DateFormat` on lenient parsing. This will effectively fix the NNBSP issues on parsing time with am/pm markers introduced with CLDR version 42 (https://inside.java/2023/03/28/quality-heads-up/). A draft CSR has also been drafted.
>
> Naoto Sato has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Reworded spec

Marked as reviewed by joehw (Reviewer).

-------------

PR Review: https://git.openjdk.org/jdk/pull/17678#pullrequestreview-1860391401


More information about the core-libs-dev mailing list