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

MacintoshToUTF8

Converts a value encoded using the the Macintosh Code Page to UTF-8.

Declaration

Source position: lconvencoding.pas line 163

function MacintoshToUTF8(

  const s: string

):string;

Arguments

s

  

String with the value in the Macintosh Roman 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 ArrayMacintoshToUTF8.


Version 3.2 Generated 2024-02-25 Home