If I have an array like this:
exemplo = ["Árvore", "Casa", "Computador", "É", "Poste", "Pássaro", "Índia", "Ar", "Ásia"]
The exemplo.sort() considers the accentuation of the words to sort, putting the accented ones last:
exemplo.so...
asked on
20.05.2014 / 23:45