Skip to content

Update sorting for Unicode and numbers

Jason Heard requested to merge fancy-sorting into master
  • The new algorithm ignores accents and case when comparing text.
  • In addition, numbers within strings are compared properly so that 5 comes before 10, etc.

Merge request reports