Real upcase and downcase methods in Ruby
Changing the case of unicode strings makes a mistake. Let's fix it!
Mar
27
If you need to store non-english text in String variables, you will notice that it is difficult to change the case of unicode strings.