Skip to content

Commit

Permalink
Remove deprecated collation preferences (as of CLDR 47)
Browse files Browse the repository at this point in the history
  • Loading branch information
zbraniecki committed Nov 4, 2024
1 parent d455e15 commit 22effdd
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,30 +9,22 @@ enum_keyword!(
///
/// The valid values are listed in [LDML](https://unicode.org/reports/tr35/#UnicodeCollationIdentifier).
CollationType {
/// Pinyin ordering for Latin, big5 charset ordering for CJK characters (used in Chinese)
("big5han" => Big5han),
/// A previous version of the ordering, for compatibility
("compat" => Compat),
/// Dictionary style ordering (such as in Sinhala)
("dict" => Dict),
/// Binary code point order (used in Hindi)
("direct" => Direct),
/// The default Unicode collation element table order
("ducet" => Ducet),
/// Recommended ordering for emoji characters
("emoji" => Emoji),
/// European ordering rules
("eor" => Eor),
/// Pinyin ordering for Latin, gb2312han charset ordering for CJK characters (used in Chinese)
("gb2312" => Gb2312),
/// Phonebook style ordering (such as in German)
("phonebk" => Phonebk),
/// Phonetic ordering (sorting based on pronunciation)
("phonetic" => Phonetic),
/// Pinyin ordering for Latin and for CJK characters (used in Chinese)
("pinyin" => Pinyin),
/// Reformed ordering (such as in Swedish)
("reformed" => Reformed),
/// Special collation type for string search
("search" => Search),
/// Special collation type for Korean initial consonant search
Expand Down

0 comments on commit 22effdd

Please sign in to comment.