Function

GLibunichar_isdefined

Declaration

gboolean
g_unichar_isdefined (
  gunichar c
)

Description

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

Parameters

c

Type: gunichar

A Unicode character.

Return value

Type: gboolean

TRUE if the character has an assigned value.