GlibUnicode.toUtf32

Converts an UTF-8 character to UTF-32. If the input character is not valid or incomplete, a GUtf8Validation code is returned instead of the character.

struct GlibUnicode
static
Char
toUtf32
(
Char
)
(
char[] c
)

Parameters

c char[]

UTF-8 character

Return Value

Type: Char

UTF-32 character or GUtf8Validation code

Meta