Function
uni_is
Binary property value.
Since v1.0
Parameters 🔗
c | in | The input character. |
p | in | Binary character property. |
Return Value 🔗
true
if the character has the property else false
.
Discussion 🔗
Retrieve the value of the binary property p
for the character c
.
The binary character property p
must be enabled in the JSON configuration file otherwise false
is always returned. Instructions for enabling it are documented alongside property p
in the unibp enumeration.