Unicode.unicharTolower

Converts a character to lower case.

class Unicode
static
unicharTolower

Parameters

c gunichar

a Unicode character.

Return Value

Type: gunichar

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

Meta