JCL Help:UnicodeIsSeparator

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Tests a Unicode character against separator directionality.


Pascal

 function UnicodeIsSeparator(C: UCS4): Boolean;


Parameters

Parameters Description
C: UCS4 The Unicode character to test


Return Value

If the specified unicode character is a block or segment separator the function returns True, otherwise the function returns False.


Description

UnicodeIsSeparator tests whether the specified character is a block or segment separator. Examples of separators are the line separator (U+2028) and the horizontal tab (U+0009).


See Also

UnicodeIsRightToLeft UnicodeIsLeftToRight UnicodeIsStrong UnicodeIsWeak UnicodeIsNeutral


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