Skip to content

Register collation

Fixes #163 (closed)

Adds RegisterCollation and MustRegisterCollation to register custom collations.

They accept:

  • The name of a collation
  • A function func(left, right string) int) which sorts the strings

Merge request reports

Loading