-
Notifications
You must be signed in to change notification settings - Fork 52
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
6 locale tests fail to properly sort ä #176
Comments
It seems that installing pyicu fixed the problem
Will try a few other iterations, but most likely fixed. Perhaps pyicu should be made an always dependency (not just for extras) for macOS? |
I cannot reproduce the problem. I am running on macOS 14.6.1 without pyicu installed. You say you are on macOS 10.14.6 - that sounds very old, are you sure that is the correct version? |
Ah, silly me, it's just that sometimes the leading 10 is omitted, so we are likely on the same version. |
Tested on 13.6.3 machine. All tests pass here without pyicu installed. |
I did some digging. The special handling that attempts to fix sorting on macOS was implemented by 2015. It looks like Mojave (10.14) was released in 2018. |
Describe the bug
6 tests fail, all seem to have trouble with where to place
ä
(lower case 'a' with umlaut). The basic assertion is something like this for all of them:See the full log at the bottom.
Expected behavior
Tests should pass.
Environment (please complete the following information):
LOCALE
orhumansorted
:PyICU
installed? It is not installedLC_CTYPE=en_US.UTF-8 LANG=en_US.UTF-8
and other variations, as well as unsetting it. All lead to the same problem.To Reproduce
See the full log below.
The text was updated successfully, but these errors were encountered: