Unicode.unicharToupper

Converts a character to uppercase.

class Unicode
static
unicharToupper

Parameters

c gunichar

a Unicode character

Return Value

Type: gunichar

the result of converting c to uppercase. If c is not an lowercase or titlecase character, or has no upper case equivalent c is returned unchanged.

Meta