Unicode.unicharTotitle

Converts a character to the titlecase.

class Unicode
static
unicharTotitle

Parameters

c gunichar

a 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.

Meta