JCL Help:UnicodeIsEnclosing

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Tests whether the codepoint is enclosing.


Pascal

 function UnicodeIsEnclosing(C: UCS4): Boolean;


Parameters

Parameters Description
C: UCS4 The unicode codepoint (character) to test.


Return Value

If the specified codepoint is enclosing the function returns True, otherwise the function returns False.


Description

UnicodeIsEnclosing tests whether the specified unicode codepoint is enclosing, for example the enclosing box.


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