JCL Help:UnicodeIsLeftToRight
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: UnicodeIsLeftToRight Function
Search in JCL Help
Search in all projects
Summary
Tests a Unicode character against left-to-right directionality.
Pascal
function UnicodeIsLeftToRight(C: UCS4): Boolean;
Parameters
Parameters | Description |
C: UCS4 | The Unicode character to test. |
Return Value
If the specified unicode character has left-to-right directionality the function returns True, otherwise the function returns False.
Description
UnicodeIsLeftToRight returns whether the specified character has (strong) left-to-right directionality. Most alphabetic and syllabic, as well as all Han ideographic characters, have left-to-right directionality.
See Also
UnicodeIsRightToLeft UnicodeIsStrong UnicodeIsWeak 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