StringUtils.parseLocaleString(): does not parse locale string in java 7 for Serbian (Latin) [SPR-14718] #19283
Comments
Juergen Hoeller commented Good catch! We accept the '#' character as valid there now. |
This was referenced Jan 11, 2019
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Chalitha Jayanath opened SPR-14718 and commented
StringUtils.parseLocaleString() does not parse locale String in java 7 for Serbian (Latin).
Issue:
The Locale.toString() method is different from Java 6 to Java 7, also the Locale Code (variants) are different as well hence its returning different values in Java 7.
StringUtils.parseLocaleString() unable to pass the Locale Serbian (Latin) local.
See the attached Error log
Affects: 3.2.17, 4.2.7, 4.3.2
Attachments:
Issue Links:
Backported to: 4.2.8, 3.2.18
The text was updated successfully, but these errors were encountered: