Constant
UNI_QUOTATION_MARK
The Quotation_Mark
character property.
Since v1.0
enum unibp {
UNI_QUOTATION_MARK,
}
Discussion 🔗
This property is assigned to punctuation characters that function as quotation marks.
Support for the quotation mark character property must be enabled in the JSON configuration file otherwise uni_is will always return false.
Support for the Quotation_Mark
character property is enabled in the JSON configuration file with:
{
"characterProperties": [
"Quotation_Mark"
]
}