Actions
Bug #11284
closedString#upcase and String#downcase don't work for accented characters
Status:
Rejected
Assignee:
-
Target version:
-
ruby -v:
ruby 2.2.2p95 (2015-04-13 revision 50295) [x86_64-linux]
Description
Many accented and other non-english characters fails to upcase/downcase properly.
Accented characters is the most common are the ones I keep stumbling upon,, but probably other germanic/nordic characters I'm not aware of have the same problems.
For example:
"Hola, ¿Cómo estás?".upcase # returns "HOLA, ¿CóMO ESTáS?"
"CONFIANÇA".downcase # returns "confianÇa"
"Un moment s'il vous plaît".upcase # returns "UN MOMENT S'IL VOUS PLAîT"
Actions
Like0
Like0Like0Like0Like0