rawToUTF8

Convert any data to a valid UTF-8 bytestream, so D's string functions can properly work on it.

string
rawToUTF8
(
in char[] s
)

Meta