Function

GLibunichar_isdefined

Declaration [src]

gboolean
g_unichar_isdefined (
  gunichar c
)

Description [src]

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.