convertToUtf8Lossy

Like convertToUtf8, but if the encoding is unknown, it just strips all chars > 127 and calls it done instead of throwing

string
convertToUtf8Lossy
(
immutable(ubyte)[] data
,)
Suggestion Box / Bug Report