decodeUTF8Char

Decodes a UTF-8 character into a 32 bit one. Useful for translating between system and application level stuff.

@nogc @safe pure nothrow
dchar
decodeUTF8Char
(
char[4] c
)

Parameters

c char[4]

The character string to be decoded

Return Value

Type: dchar

The decoded character.

Meta