cli
cli copied to clipboard
Alphabetical sorting doesn't work for non-ASCII languages. Missing locale setting.
Describe the bug Alphabetical sorting doesn't work for languages with special characters or according to locale. Non-ASCII characters will sort at the end of the list.
To Reproduce Steps to reproduce the behavior:
- Add a user with name starting with non-ASCII character, e.g.
Č - Set
contributorsSortAlphabeticallytotrue - Open README.md
- See user starting with
Čat the end of the list instead in correct alphabetical order (which is for my locale afterC)
Expected behavior Users will be sorted correctly using specified locale.