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

Fix sorting in ce locale #141

Merged
merged 5 commits into from
Dec 11, 2021
Merged

Fix sorting in ce locale #141

merged 5 commits into from
Dec 11, 2021

Conversation

SethMMorton
Copy link
Owner

This is intended to close issue #140.

This ensures that going forward this won't not sort correctly.
For some locales, the unicode cannot be decomposed otherwise the
ordering is incorrect.
@codecov
Copy link

codecov bot commented Dec 10, 2021

Codecov Report

Merging #141 (96d46e5) into master (40a3f6c) will increase coverage by 0.02%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #141      +/-   ##
==========================================
+ Coverage   96.57%   96.60%   +0.02%     
==========================================
  Files          10       10              
  Lines         613      618       +5     
==========================================
+ Hits          592      597       +5     
  Misses         21       21              
Impacted Files Coverage Δ
natsort/compat/locale.py 95.74% <ø> (ø)
natsort/natsort.py 90.47% <ø> (ø)
natsort/utils.py 98.35% <100.00%> (+0.03%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 40a3f6c...96d46e5. Read the comment docs.

@SethMMorton SethMMorton merged commit 1693369 into master Dec 11, 2021
@SethMMorton SethMMorton deleted the fix-sorting-in-ce-locale branch December 11, 2021 05:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant