tango ~master (2021-12-14T19:14:08.8989381)
Dub
Repo
toUTF8
rt
compiler
util
utf
Encodes string s into UTF-8 and returns the encoded string.
char
[]
toUTF8
(char[4] buf, dchar c)
char
[]
toUTF8
(char[] s)
char
[]
toUTF8
(
char
[]
s
)
char
[]
toUTF8
(wchar[] s)
char
[]
toUTF8
(dchar[] s)
Meta
Source
See Implementation
rt
compiler
util
utf
aliases
wptr
functions
decode
encode
isValidDchar
onUnicodeError
stride
toUCSindex
toUTF16
toUTF16z
toUTF32
toUTF8
toUTFindex
validate
variables
UTF8stride
Encodes string s into UTF-8 and returns the encoded string.