Unit 'LazUTF8' Package
[Overview][Types][Classes][Procedures and functions][Variables][Index] [#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.4 Generated 2025-11-08 Home