alphacyberranger to Programmer Humor@programming.dev · 1 year agoI'll just sort it myselfimagemessage-square48fedilinkarrow-up1939arrow-down112
arrow-up1927arrow-down1imageI'll just sort it myselfalphacyberranger to Programmer Humor@programming.dev · 1 year agomessage-square48fedilink
minus-squarefloofloof@lemmy.calinkfedilinkEnglisharrow-up3·edit-21 year agoIt’s also an incorrect alphabetical sort in many languages that use accented characters. For a correct sort you need to pass it something like the localeCompare function or Intl.Collator.
It’s also an incorrect alphabetical sort in many languages that use accented characters. For a correct sort you need to pass it something like the localeCompare function or Intl.Collator.