Michaelcho1201 / CMC-Unicode-s2023

Containing unicode based software using java for language purposes.
1 stars 1 forks source link

links for collation #7

Open mikeizbicki opened 1 year ago

mikeizbicki commented 1 year ago

The full documentation for the unicode collation algorithm is: https://unicode.org/reports/tr10/#UTS10-D23

You need to implement the "collation element table" defined at: https://unicode.org/reports/tr10/#UTS10-D23

mikeizbicki commented 1 year ago

Some python implementations:

  1. pyuca
  2. https://docs.python.org/3/library/locale.html

Implement the collation element table for the library you choose.