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

UnicodeLowercase

Converts a Unicode character value to its lowercase equivalent.

Declaration

Source position: lazutf16.pas line 51

function UnicodeLowercase(

  u: Cardinal

):Cardinal;

Arguments

u

  

Unicode character vale converted to lowercase in the routine.

Function result

Cardinal value for the lowercase equivalent of u.

Description

Uses internal tables to map Unicode character ranges common to both UTF-16 and UTF-32.


Version 3.2 Generated 2024-02-25 Home