[Overview][Classes][Procedures and functions][Index] |
Determines if the specified value is a combining codepoint.
Source position: lazunicode.pas line 48
function IsCombining( |
const AChar: PChar |
):Boolean; |
AChar |
|
Codepoint to examine in the function. |
True when the codepoint represents a Unicode combining character.
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 |