JCL Help:UnicodeIsWeak
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: UnicodeIsWeak Function
Search in JCL Help
Search in all projects
Summary
Tests a Unicode character for weak directionality.
Pascal
function UnicodeIsWeak(C: UCS4): Boolean;
Parameters
Parameters | Description |
C: UCS4 | The Unicode character to test |
Return Value
If the specified unicode character has weak directionality the function returns True, otherwise the function returns False.
Description
UnicodeIsWeak returns whether the specified character has weak directionality. Examples of characters with weak directionality are numbers and number separators and terminators. In contrast there are also characters that exhibit strong or neutral directionality.
See Also
UnicodeIsRightToLeft UnicodeIsLeftToRight UnicodeIsStrong UnicodeIsNeutral UnicodeIsSeparator
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