loverajoel / jstips

This is about useful JS tips!
http://jstips.co
GNU General Public License v3.0
12.5k stars 803 forks source link

Using of localeCompare method #354

Closed fi0dor closed 8 years ago

fi0dor commented 8 years ago

Hey,

consider using localeCompare method in the sort callback. More info: https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/String/localeCompare

zenopopovici commented 8 years ago

Hey @fi0dor,

There is no full support for Safari or IE10 for localeCompare. I suggest we leave it as it is.

zenopopovici commented 8 years ago

Closing due to no response.