On Wed, Jun 8, 2022 at 3:58 AM Rod Taylor <r...@rbt.ca> wrote: > Is this more involved than creating a list of all valid Unicode characters > (~144 thousand), sorting them, then running crc32 over the sorted order to > create the "version" for the library/collation pair? Far from free but few > databases use more than a couple different collations.
Collation rules have multiple levels and all kinds of quirks, so that won't work.