Constant
UNI_DIACRITIC
The Diacritic
character property.
Since v1.0
enum unibp {
UNI_DIACRITIC,
}
Discussion 🔗
These are characters that linguistically modify the meaning of another character to which they apply. Some diacritics are not combining characters, and some combining characters are not diacritics.
Support for the Diacritic
character property is enabled in the JSON configuration file with:
{
"characterProperties": [
"Diacritic"
]
}