JCL Help:UnicodeIsNeutral

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Tests a Unicode character for neutral directionality.


Pascal

 function UnicodeIsNeutral(C: UCS4): Boolean;


Parameters

Parameters Description
C: UCS4 The Unicode character to test


Return Value

If the specified unicode character has neutral directionality the function returns True, otherwise the function returns False.


Description

UnicodeIsNeutral returns whether the specified character has neutral directionality. Examples of characters with neutral directionality are spaces, punctuation and symbols. In contrast there are also characters that exhibit strong or weak directionality.


See Also

UnicodeIsRightToLeft UnicodeIsLeftToRight UnicodeIsStrong UnicodeIsWeak 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