collations
A collation is a set of rules that determine how strings are compared and ordered. Collations reflect linguistic conventions and depend on locale. They govern which characters are considered equal, how accents and case are treated, and how punctuation and digits influence ordering.
Collations define strength or sensitivity levels that describe how strictly differences are treated. At the primary
Standards include the Unicode Collation Algorithm (UCA), which provides a language-independent framework and uses data from
In databases and software, collations affect sorting (ORDER BY), indexing, and string comparisons for equality. They
Common database examples include utf8_general_ci and utf8_unicode_ci in MySQL, locale-based collations in PostgreSQL, COLLATE clauses in