Constant
UNI_DASH
The Dash
character property.
Since v1.0
enum unibp {
UNI_DASH,
}
Discussion 🔗
Punctuation characters explicitly called out as dashes in the Unicode Standard, plus their compatibility equivalents. Most of these have general category UNI_DASH_PUNCTUATION, but some have are UNI_MATH_SYMBOL because of their use in mathematics.
Support for the Dash
character property is enabled in the JSON configuration file with:
{
"characterProperties": [
"Dash"
]
}