jherax/array-sort-by

Add support for accented characters

jherax opened this issue · 0 comments

When you try order an array of non ASCII characters like this ['á', 'e', 'ú', 'c'], you will obtain a strange result: ["c", "e", "á", "ú"].

Expected: ["á", "c", "e", "ú"]

See http://ow.ly/UvDD309zozK