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

AnsiToUtf8

Convert ansi string to UTF-8 string

Declaration

Source position: wstringh.inc line 83

function AnsiToUtf8(

  const s: ansistring

):UTF8String;

Description

AnsiToUtf8 converts the ansistring S to a WideString in UTF-8 format.

Errors

None.

See also

Utf8toAnsi