tango ~master (2021-12-14T19:14:08.8989381)
Dub
Repo
toUTF32
rt
compiler
util
utf
Encodes string s into UTF-32 and returns the encoded string.
dchar
[]
toUTF32
(char[] s)
dchar
[]
toUTF32
(
in
char
[]
s
)
dchar
[]
toUTF32
(wchar[] s)
dchar
[]
toUTF32
(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-32 and returns the encoded string.