[Overview][Types][Classes][Procedures and functions][Variables][Index] |
Converts the UTF-8 encoded string to UTF-16 encoding (system endian).
Source position: lazutf8.pas line 221
function UTF8ToUTF16( |
const S: AnsiString |
):UnicodeString; overload; |
const P: PChar; |
ByteCnt: SizeUInt |
):UnicodeString; overload; |
Converts the UTF-8 encoded string to UTF-16 encoding (system endian).
Version 4.0 | Generated 2025-05-03 | Home |