@ -4,7 +4,7 @@ This Wiki page discusses locale-sensitive formatting and parsing issues that dev
@@ -4,7 +4,7 @@ This Wiki page discusses locale-sensitive formatting and parsing issues that dev
Specifically, this document provides background information on changes in the JDK as well as guidance on how to address formatting and parsing issues encountered in Spring applications.
Before you read any further, we highly recommend that you first read [JEP 252: Use CLDR Locale Data by Default](https://openjdk.org/jeps/252).
Before you read any further, we highly recommend that you first read [JEP 252: Use CLDR Locale Data by Default](https://openjdk.org/jeps/252) and [JEP 400: UTF-8 by Default](https://openjdk.org/jeps/400).
Although this document primarily focuses on issues related to time formats for the US English locale (for example, `3:30 PM`), numerous other use cases may potentially be affected by locale-sensitive formats for dates, times, currencies, time zones, etc. provided by the [Unicode Common Locale Data Repository (CLDR) project](https://cldr.unicode.org/).