source.util.utf8

Undocumented in source.

Members

Functions

convertToUTF8
string convertToUTF8(const(ubyte)[] data)

Given data, it looks at the BOM to detect which encoding, and converts the text from that encoding into UTF-8.

convertToUTF8Impl
string convertToUTF8Impl(const(ubyte)[] data)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta