JCL Help:UnicodeIsNonSpacingMark

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Tests whether the codepoint is a non-spacing mark.


Parameters

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


Return Value

If the specified codepoint is a non-spacing mark the function returns True, otherwise the function returns False.


Description

UnicodeIsNonSpacingMark tests whether the specified unicode codepoint is a non-spacing mark, for example the combining grave accent.


About

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