Function

GLibunichar_isdefined

since: 2.0

Declaration

gboolean
g_unichar_isdefined (
  gunichar c
)

Description

Determines if a given character is assigned in the Unicode standard.

Available since: 2.0

Parameters

c

Type: gunichar

A Unicode character.

Return value

Type: gboolean

TRUE if the character has an assigned value.