Enumeration

uniweighting

Collation weighting algorithm.

enum uniweighting {
    ...
}

Constants 🔗

UNI_NON_IGNORABLE

Characters are not reset to be quaternary.

UNI_SHIFTED

Characters are adjusted to become quaternary.

Discussion 🔗

This enumeration defines constants representing the possible options for variable weighted characters.

The Unicode Collation Algorithm defines the collation for some characters as variable. This typically includes punctuation characters and symbols. Based on the variable-weighting setting, these characters can be interpreted as having a quaternary level.