Integrated: 8324665: Loose matching of space separators in the lenient date/time parsing mode
Naoto Sato
naoto at openjdk.org
Tue Feb 6 17:46:06 UTC 2024
On Thu, 1 Feb 2024 23:12:46 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.
This pull request has now been integrated.
Changeset: 96eb0390
Author: Naoto Sato <naoto at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/96eb0390d69ed2e0c3e59f77fb65fbb79615a11c
Stats: 177 lines in 4 files changed: 171 ins; 0 del; 6 mod
8324665: Loose matching of space separators in the lenient date/time parsing mode
Reviewed-by: joehw, jlu
-------------
PR: https://git.openjdk.org/jdk/pull/17678
More information about the core-libs-dev
mailing list