adobe / brackets

An open source code editor for the web, written in JavaScript, HTML and CSS.
http://brackets.io
MIT License
33.26k stars 7.64k forks source link

[I18N][INTLDNA][Sort order][Working set]: Files name with accented characters "Ä" are sorted incorrectly on Swedish OS #8955

Closed julieyuan closed 9 years ago

julieyuan commented 10 years ago

Steps:

  1. Launch Brackets.
  2. New several files and name them with below strings: Adler,Rossi,Xavier,Äckerman.
  3. Change the OS locale to Swedish, then reload Brackets and switch its language to Swedish.
  4. Open these files to Working set and sort them by name.

Results: The files are sorted as below:Äckerman, Adler,Rossi,Xavier

Expected: In Swedish, the files should be sorted as: Adler,Rossi,Xavier,Äckerman

ENV: MAC 10.10 and Win7 Swedish OS Build: 0.44.0-14364

Screenshots: Please refer to the screenshots below: Expected behavior: sort order-correct Brackets view in Swedish: sort order-swedish

marcelgerber commented 9 years ago

@julieyuan This should be fixed in the upcoming Release 0.44

peterflynn commented 9 years ago

Changing to FBNC

julieyuan commented 9 years ago

This issue is fixed with latest build 0.44.0-14715 so close it. Thank you!

julieyuan commented 9 years ago

Here are the screenshot for reference: brackets-bug fix