jherax opened this issue 7 years ago · 0 comments
When you try order an array of non ASCII characters like this ['á', 'e', 'ú', 'c'], you will obtain a strange result: ["c", "e", "á", "ú"].
['á', 'e', 'ú', 'c']
["c", "e", "á", "ú"]
Expected: ["á", "c", "e", "ú"]
["á", "c", "e", "ú"]
See http://ow.ly/UvDD309zozK