Expand description
Control Character Property, equal to General_Category = Cc.
NOTE: This property is not defined by UCD, but is used commonly enough in Unicode algorithms and applications to provide an optimized implementation.
Structs§
- Control
- Represents Unicode characters with
General_Category = Cc.
Functions§
- is_
control - Return
truefor control characters,falseotherwise.