/// This enum provides for a choice of which collation tailoring (or table of character weights) to
/// use. With the CLDR table, there is a further choice of locale. (The `Root` locale represents the
/// table in its unmodified form.)
/// This enum provides for a choice of which locale to use with the CLDR table of character weights.
/// The default, `Root`, represents the CLDR root collation order. At the moment, there are only two
/// other choices: `ArabicScript` and `ArabicInterleaved`. But the list should grow over time.