Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Candidate sorting gets the icelandic alphabet wrong #129

Open
BjarniRunar opened this issue Aug 2, 2016 · 2 comments
Open

Candidate sorting gets the icelandic alphabet wrong #129

BjarniRunar opened this issue Aug 2, 2016 · 2 comments
Labels

Comments

@BjarniRunar
Copy link

This is caused by my use of slugify() in the sorting code in core/ajax/init.py.

It might be fixed just by removing slugify, but someone needs to test the locale-based sorting to see if it does the right thing.

Leaving this unfixed as low-hanging-fruit for new contributors. ;-)

@stjanigunnars
Copy link

@helgihg
Copy link

helgihg commented Sep 7, 2017

This is not the low-hanging fruit that it appears to be. This is the sort of problem that people ask frequently about, and there are no simple solutions, only rather convoluted ones, usually involving specific runtime environments, platforms, libraries or Python versions.

In fact, the use of slugify() in the current code may very well be the best solution for now.

@stjanigunnars

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants