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

Get ordinal sorting behavior with LOCAL enabled WRT first letter only. #26

Closed
SethMMorton opened this issue Apr 7, 2015 · 1 comment
Labels

Comments

@SethMMorton
Copy link
Owner

The request is to get all capitalized words sorted before non-capitalized words. This request came from issue #23 (see tail end of the conversation), and was a request of @tallforasmurf.

SethMMorton added a commit that referenced this issue Apr 7, 2015
This new algorithm is intended for use with LOCALE only; it is ignored
otherwise. It attempts to replicate the ordinal sort order of the first
letters of the word, but maintaining the natural and locale-aware
sorting for the remainder of the word.

This resolves issue #26.
@tallforasmurf
Copy link

Works a treat! Thanks!

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

2 participants