Read the contents of a file into a text buffer, automatically converting UCS-16 to UTF-8 (UTF-8 filename)
void getFromDecodedU8(const char * file, int maxToRead = -1);
DString Class