Next: Additional functions, Previous: Character lookups, Up: UTF-8 [Contents][Index]
Converts wide character wc to upper case, if possible. Returns wc, if it cannot be converted.
Converts first len bytes of the UTF-8 string s to upper case, if possible.
Converts wide character wc to lower case, if possible. Returns wc, if it cannot be converted.
Converts first len bytes of the UTF-8 string s to lower case, if possible.
Converts each character from the wide character string str to uppercase, if applicable.
Converts each character from the wide character string str to lowercase, if applicable.