Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: rpigneriDear Erno,
Sorry if I was unclear, but I meant to say, not that this problem would be solved in this maintenance release, but more that it is in the queue to be fixed in the future. I unfortunately cannot give you a specific date as to when that would happen, but please rest assured that we are tracking the issue and will solve it at a later date.
Luckily, I can give you a very quick workaround that is usable right now. Let's imagine that you had a field named "data" that you wanted to capitalize. Simply use the following code:
data = data.unicode().toUpper().str()
This will correctly capitalize the string and return it in ASCII format. This works with toLower() as well.
Hope that helps,
Rocco