[Overview][Procedures and functions][Index] Reference for unit 'LazUTF16' (#lazutils)

UTF8LowerCaseViaTables

Converts a UTF-8-encoded string to lowercase UTF-8 values using internal case tables.

Declaration

Source position: lazutf16.pas line 53

function UTF8LowerCaseViaTables(

  const s: string

):string;

Arguments

s

  

String with UTF-8 values converted to lowercase UTF-8 in the routine.

Function result

String with the lowercase UTF-8 values for s.


Version 3.2 Generated 2024-02-25 Home