Function
GLibunichar_toupper
Declaration [src]
gunichar
g_unichar_toupper(
gunicharc
)
Description [src]
Converts a character to uppercase.
Parameters
c-
Type:
gunicharA Unicode character.
Return value
Type: gunichar
The result of converting c to uppercase.
If c is not a lowercase or titlecase character,
or has no upper case equivalent c is returned unchanged.