[Overview][Procedures and functions][Index] |
Converts a UTF-8-encoded string to lowercase UTF-8 values using internal case tables.
Source position: lazutf16.pas line 60
function UTF8LowerCaseViaTables( |
const s: string |
):string; |
s |
|
String with UTF-8 values converted to lowercase UTF-8 in the routine. |
String with the lowercase UTF-8 values for s.
Modified in LazUtils version 4.0 to dynamically initialize the character mapping tables once when either UnicodeLowercase or UTF8LowerCaseViaTables is called.
Version 4.0 | Generated 2025-05-03 | Home |