utf_decodeChar

Decode a UTF-8 sequence as a single UTF-32 code point.

extern (C++)
const(char)*
utf_decodeChar
(
const(char)* s
,
size_t len
,
size_t* pidx
,)

Return Value

Type: const(char)*

NULL success !=NULL error message string

Meta