JCL Help:UnicodeIsModifierSymbol
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: UnicodeIsModifierSymbol Function
Search in JCL Help
Search in all projects
Summary
Tests whether the codepoint is a modifier symbol.
Pascal
function UnicodeIsModifierSymbol(C: UCS4): Boolean;
Parameters
Parameters | Description |
C: UCS4 | The unicode codepoint (character) to test. |
Return Value
If the specified codepoint is a modifier symbol the function returns True, otherwise the function returns False.
Description
UnicodeIsModifierSymbol tests whether the specified unicode codepoint is a modifier symbol, for example the grave accent.
About
Unit
Donator
Mike Lischke
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page