Unit 'LazUTF16' Package
[Overview][Procedures and functions][Index] [#lazutils]

UTF8LowerCaseViaTables

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

Declaration

Source position: lazutf16.pas line 60

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 info

Modified in LazUtils version 4.0 to dynamically initialize the character mapping tables once when either UnicodeLowercase or UTF8LowerCaseViaTables is called.

Version 4.6 Hosted on Source Forge