Constant

UNI_TERMINAL_PUNCTUATION

The Terminal_Punctuation character property.

Since v1.0
enum unibp {
    UNI_TERMINAL_PUNCTUATION,
}

Discussion 🔗

Assigned to punctuation characters that generally mark the end of textual units. Examples include SEMICOLON (U+003B) and ARABIC COMMA (U+060C). These characters overlap with Sentence_Terminal.

Support for the Terminal_Punctuation character property is enabled in the JSON configuration file with:

{
    "characterProperties": [
        "Terminal_Punctuation"
    ]
}