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.4 | Generated 2025-11-08 | Home |