<i18n dev> RFR: 8324665: Loose matching of space separators in the lenient date/time parsing mode [v3]
Naoto Sato
naoto at openjdk.org
Fri Feb 2 23:02:28 UTC 2024
> 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:
Fixed wording
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/17678/files
- new: https://git.openjdk.org/jdk/pull/17678/files/0c950941..6fb0f05b
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=17678&range=02
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=17678&range=01-02
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
Patch: https://git.openjdk.org/jdk/pull/17678.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/17678/head:pull/17678
PR: https://git.openjdk.org/jdk/pull/17678
More information about the i18n-dev
mailing list