JCL Help:UnicodeIsComposed
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: UnicodeIsComposed Function
Search in JCL Help
Search in all projects
Summary
Tests whether the codepoint is a composite character.
Pascal
function UnicodeIsComposed(C: UCS4): Boolean;
Parameters
Parameters | Description |
Code | The unicode codepoint (character) to test. |
Return Value
If the specified codepoint is a composite character the function returns True, otherwise the function returns False.
Description
UnicodeIsComposed tests whether the specified unicode codepoint is a composite character. That is it returns whether the character can be decomposed into a set of other characters (eg an ü u umlaut is a composite character).
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