Function
GLibunichar_totitle
Declaration [src]
gunichar
g_unichar_totitle(
gunicharc
)
Description [src]
Converts a character to the titlecase.
Parameters
c-
Type:
gunicharA Unicode character.
Return value
Type: gunichar
The result of converting c to titlecase.
If c is not an uppercase or lowercase character,
c is returned unchanged.