Read lines of text from a file into a string set (UTF-8 filename)
void getLinesFromU8(const char * file, bool bAllowEmptyLines = true);
DStringSet Class