Description
String#toLowerCase()/toUpperCase() without a locale argument can occur unexpected behavior based on the locale. It's written in Javadoc:
For instance, "TITLE".toLowerCase() in a Turkish locale returns "t\u0131tle", where '\u0131' is the LATIN SMALL LETTER DOTLESS I character
This issue is derived from HADOOP-10101.
Attachments
Attachments
Issue Links
- is related to
-
HADOOP-11600 Fix up source codes to be compiled with Guava 17.0
- Closed
-
HADOOP-10101 Update guava dependency to the latest version
- Resolved