[Overview][Constants][Types][Classes][Procedures and functions][Variables] Reference for unit 'System' (#rtl)

Utf8ToUnicode

Declaration

Source position: line 0

function Utf8ToUnicode(

  Dest: PWideChar;

  Source: PChar;

  MaxChars: SizeInt

):SizeInt;

function Utf8ToUnicode(

  Dest: PWideChar;

  MaxDestChars: SizeUInt;

  Source: PChar;

  SourceBytes: SizeUInt

):SizeUInt;