[][src]Module unic_ucd_common::control

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 true for control characters, false otherwise.