<i18n dev> RFR: 8324665: Loose matching of space separators in the lenient date/time parsing mode
Roger Riggs
rriggs at openjdk.org
Fri Feb 2 22:55:00 UTC 2024
On Fri, 2 Feb 2024 21:08:33 GMT, Joe Wang <joehw at openjdk.org> wrote:
> You are right, Joe. Apps using `java.time` formatters would still need to make changes to their code base. However, the bar is significantly lower. They would have to write some ugly workaround without this fix.
I'd also expect that applications accepting user input may already be using lenient mode to make the application easier to use; so in come cases, it will come without new code changes.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/17678#issuecomment-1924866263
More information about the i18n-dev
mailing list