Collation.normalization

Flag that determines whether to check if text require normalization and to perform normalization. Generally, majority of text does not require this normalization processing.

struct Collation
@embedNullable
Nullable!bool normalization;

Meta