TheUnicode collation algorithm (UCA) is an algorithm defined in Unicode Technical Report #10, which is a customizable method to produce binary keys fromstrings representing text in anywriting system andlanguage that can be represented withUnicode. These keys can then be efficiently compared byte by byte in order tocollate or sort them according to the rules of the language, with options for ignoring case, accents, etc.[1]
Unicode Technical Report #10 also specifies theDefault Unicode Collation Element Table (DUCET). This data file specifies a default collation ordering. The DUCET is customizable for different languages,[1][2] and some such customizations can be found in the UnicodeCommon Locale Data Repository (CLDR).[3]
An open source implementation of UCA is included with theInternational Components for Unicode, ICU.[4][5] ICU supports tailoring, and the collation tailorings from CLDR are included in ICU.[6][2]
![]() | Thisalgorithms ordata structures-related article is astub. You can help Wikipedia byexpanding it. |
![]() | Thisstandards- ormeasurement-related article is astub. You can help Wikipedia byexpanding it. |