What is the appropriate way to convert a string between upper and lower case?
The only thing I found was the tango.text.Ascii module. But it doesn't feel particular safe when the documentation says: "These generally will not work with utf8", and the name of the module is "Ascii".