Unit 'LConvEncoding' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#lazutils]

CP437ToUTF8

Converts a Code Page 437-encoded value to UTF-8.

Declaration

Source position: lconvencoding.pas line 156

function CP437ToUTF8(

  const s: string

):string;

Arguments

s

  

String with the value in Code Page 437 encoding.

Function result

UTF-8-encoded value for the specified string.

Description

Calls SingleByteToUTF8 to convert the specified string using the character translation array in ArrayCP437ToUTF8.


Version 4.4 Generated 2025-11-08 Home