utf_codeLength

Returns the code length of c in code units for the encoding. sz is the encoding: 1 = utf8, 2 = utf16, 4 = utf32.

nothrow pure @nogc
int
utf_codeLength
(
int sz
,
dchar c
)
Suggestion Box / Bug Report