tango v1.0.0+2.066 (2014-08-19T00:10:20Z)
Home
Dub
Repo
toUTF32
rt
compiler
util
utf
Encodes string s into UTF-32 and returns the encoded string.
dchar
[]
toUTF32
(char[] s)
dchar
[]
toUTF32
(wchar[] s)
dchar
[]
toUTF32
(
in
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.