Constant
UNI_LOWERCASE
The Lowercase
character property.
Since v1.0
enum unibp {
UNI_LOWERCASE,
}
Discussion 🔗
This includes characters with general category UNI_LOWERCASE_LETTER plus various modifier letters that are letter-like in shape, the circled lowercase letter symbols, and the compatibility lowercase Roman numerals.
Support for the Lowercase
character property is enabled in the JSON configuration file with:
{
"characterProperties": [
"Lowercase"
]
}