more ~master (2021-04-25T17:22:00Z)
Home
Dub
Repo
decodeUtf8Impl
more
utf8
Undocumented in source.
dchar
decodeUtf8Impl
(const(char)** utf8InOut, const(char)* limit)
template
decodeUtf8Impl
(Flag!"useLimit" useLimit)
pure
static if
(
useLimit
)
dchar
decodeUtf8Impl
(
const
(
char
)**
utf8InOut
,
const
(
char
)*
limit
)
dchar
decodeUtf8Impl
(const(char)** utf8InOut)
Members
Functions
decodeUtf8Impl
dchar
decodeUtf8Impl
(const(char)** utf8InOut, const(char)* limit)
Undocumented in source. Be warned that the author may not have intended to support it.
decodeUtf8Impl
dchar
decodeUtf8Impl
(const(char)** utf8InOut)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
more
utf8
classes
Utf8DecodeException
Utf8EncodeException
Utf8Exception
functions
decodeUtf8
encodeUtf8
templates
decodeUtf8Impl