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

IsCombining

Determines if the specified value is a combining codepoint.

Declaration

Source position: lazunicode.pas line 48

function IsCombining(

  const AChar: PChar

):Boolean;

Arguments

AChar

  

Codepoint to examine in the function.

Function result

True when the codepoint represents a Unicode combining character.

Description

Determines if the specified value is a combining codepoint. Please note, there are many more rules for combining codepoints.The diacritical marks handled in the function are only a subset of the possible Unicode values. For platforms that require UTF-16, UTF16IsCombining is called to get the return value for the specified codepoint. For other platforms, UTF8IsCombining is called to examine the codepoint.


Version 4.0 Generated 2025-05-03 Home