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