JCL Help:UnicodeIsRightToLeft

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Tests a Unicode character against right-to-left directionality.


Pascal

 function UnicodeIsRightToLeft(C: UCS4): Boolean;


Parameters

Parameters Description
C: UCS4 The Unicode character to test.


Return Value

If the specified unicode character has right-to-left directionality the function returns True, otherwise the function returns False.


Description

UnicodeIsRightToLeft returns whether the specified character has (strong) right-to-left directionality. Examples of characters that have right-to-left directionality are the Arabic and Hebrew alphabet and punctuation specific to those scripts.


See Also

UnicodeIsLeftToRight UnicodeIsStrong UnicodeIsWeak UnicodeIsNeutral UnicodeIsSeparator


About

Unit

JclUnicode


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