AnsiToUtf8

Convert ansi string to UTF-8 string

Declaration

Source position: ustringh.inc line 151

  function AnsiToUtf8(const s: RawByteString) : RawByteString;

Description

AnsiToUtf8 converts the ansistring S to a UTF-8 format, that is, it converts the string from whatever codepage is currently in use, to UTF-8.

The current codepage is fetched from the system, if internationalization support is enabled. It can be UTF-8, in which case the function simply returns S.

Errors

None.

See also

Name Description
Utf8toAnsi Convert a UTF-8 encoded Unicode string to an ansistring