utf_decodeWchar

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

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

Return Value

Type: const(char)*

NULL success !=NULL error message string

Meta