Menu

#538 ASCII-based (?) sorting in Xiphos

0.7.10
closed
None
5
2016-01-01
2015-12-29
Matej Cepl
No

Sort in Xiphos is most likely ASCII-based or something, certainly it doesn't follow proper Unicode. For example, my native language is Czech (that's "Čeština") and I would expect it to be sorted between "C" and "D". However, I have to always look for it somewhere between Hindi, Urdu, or whatever languages they are (see attached screenshot). I am certain Qt-based application can do a way better than this.

1 Attachments

Discussion

  • Karl Kleinpaste

    Karl Kleinpaste - 2016-01-01
    • status: open --> closed
    • assigned_to: Karl Kleinpaste
    • Priority: 1 --> 5
     
  • Karl Kleinpaste

    Karl Kleinpaste - 2016-01-01

    done in -r4934, replaced strcmp() with strcoll().
    i expect to put out a new release sometime this month.

     

Log in to post a comment.