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

UTF8ToWinCP

Converts the UTF-8-encoded string to the Windows code page encoding.

Declaration

Source position: lazutf8.pas line 61

function UTF8ToWinCP(

  const s: string

):string;

Arguments

s

  

Values in the Windows codepage encoding.

Function result

UTF-8-encoded input values.

Description

Converts the UTF-8-encoded string to the Windows code page encoding Used by Write and WriteLn.


Version 3.2 Generated 2024-02-25 Home