[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 4.0 Generated 2025-05-03 Home