Write contents of the string to a file, using a UTF-8 filename
int writeToU8(const char * utf8Name, int fAppend = false);
DString Class