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

CP932ToUTF8

Converts a string value using Code Page 932 to UTF-8.

Declaration

Source position: lconvencoding.pas line 210

function CP932ToUTF8(

  const s: string

):string;

Arguments

s

  

String value using code page 932.

Function result

String value after conversion to UTF-8 encoding.

Description

CP932ToUTF8 is defined for platforms where Asian code pages are enabled.


Version 3.2 Generated 2024-02-25 Home