Store Unicode text, converting it to UTF-8, appending to an existing string
bool appendUnicodeAsUtf8(const wchar_t * s, ptrdiff_t nChars);
DString Class