Converts a string to upper case.
the string to convert
Return: the string
Deprecated: This function is totally broken for the reasons discussed in the g_strncasecmp() docs - use g_ascii_strup() or g_utf8_strup() instead.
See Implementation
Converts a string to upper case.