Function readFileUTF8
Read a whole UTF-8 encoded file into a string.
string readFileUTF8
(
GenericPath!(vibe.core.path.PosixPathFormat) path
) @safe;
string readFileUTF8
(
string path
) @safe;
The resulting string will be sanitized and will have the optional byte order mark (BOM) removed.