UTF8 decode...it's a bit confused in System.pas...
UTF8 decode...it's a bit confused in System.pas...
UTF8Decode -> call Utf8ToUnicode
but deprecated 'Use UTF8ToWideString or UTF8ToString';
UTF8ToWideString -> inline call to UTF8Decode !
UTF8ToString -> inline call to UTF8ToUnicodeString
this needs some cleanup I think :(
is it possible to keep at least the System unit a little bit coherent ?
UTF8Decode -> call Utf8ToUnicode
but deprecated 'Use UTF8ToWideString or UTF8ToString';
UTF8ToWideString -> inline call to UTF8Decode !
UTF8ToString -> inline call to UTF8ToUnicodeString
this needs some cleanup I think :(
is it possible to keep at least the System unit a little bit coherent ?
Comments
Post a Comment