[Overview][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'LazUTF8' (#lazutils)

WinCPToUTF8

Converts the string from Windows code page to UTF-8.

Declaration

Source position: lazutf8.pas line 59

function WinCPToUTF8(

  const s: string

):string;

Arguments

s

  

Input values in Windows codepage encoding.

Function result

UTF-8-encoded values for the string.

Description

Converts the string from Windows code page to UTF-8. Used with some Windows-specific functions. For all Windows versions supporting 8-bit codepages (but not WinCE).


Version 3.2 Generated 2024-02-25 Home