15 Jun
2017
15 Jun
'17
6:59 a.m.
RtlUTF8ToUnicodeN and other way around function does something very simple: It substitutes invalid codepoints/encoding with U+FFFD - REPLACEMENT CHARACTER which is standard Unicode way to say I failed to convert a thing.
so does this allow roundtrip conversion UTF-16->UTF-8->UTF-16? Frédéric