Function

GLibunichar_totitle

Declaration

gunichar
g_unichar_totitle (
  gunichar c
)

Description

Converts a character to the titlecase.

Parameters

c

Type: 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.