Crash with turkish locale. #400
Closed
Comments
Thanks for the issue, we may have a lot of trouble with toLowerCase() as well... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
http://pastebin.com/emwEkAeZ
Probably caused by bad String.toUpperCase usage.
Note: This method is locale sensitive, and may produce unexpected results if used for strings that are intended to be interpreted locale independently. Examples are programming language identifiers, protocol keys, and HTML tags. For instance, "title".toUpperCase() in a Turkish locale returns "T\u0130TLE", where '\u0130' is the LATIN CAPITAL LETTER I WITH DOT ABOVE character. To obtain correct results for locale insensitive strings, use toUpperCase(Locale.ENGLISH).
The text was updated successfully, but these errors were encountered: