GNOME Bugzilla – Bug 787513
language-chooser: normalize, unaccent and casefold compared strings
Last modified: 2017-10-26 08:01:43 UTC
Right now we're shipping an unused copy of this code; instead, use it for a better sorting in the language chooser.
Created attachment 359472 [details] [review] language-chooser: normalize, unaccent and casefold compared strings To further improve the sorting of the language chooser, lower cased, accented and non-casefolded strings should be compared equally. This patch makes the sorting function insensitive to these factors. The code to do this already exists, unused, in the keyboard page, so it has been moved to the language page.
Review of attachment 359472 [details] [review]: lgtm
Attachment 359472 [details] pushed as 6e83cf8 - language-chooser: normalize, unaccent and casefold compared strings Thanks, pushed.