Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
Order vocabulary page with ICU to handle each language collation #214
Conversation
saivann
added a commit
that referenced
this pull request
Jul 4, 2013
saivann
merged commit 07eb711
into
master
Jul 4, 2013
saivann
deleted the
indexicu branch
Jul 4, 2013
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
saivann commentedJul 2, 2013
This pull request allows alphabetical sorting to be handled automatically for each language using the ICU standard instead of using pre-ordered arrays.
This makes it much easier to manage the vocabulary page when adding / changing things in the table of content.
Using this feature adds a dependency on ffi-icu ruby gem.