#485 closed defect (invalid)
Sort accented letters
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Widgets | Version: | 0.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Example: Letters á à â ã are sorted after "z" while they should be before "b"
Note: See
TracTickets for help on using
tickets.
This is the due the to character set being used in the browser, as well as comparison functions intrinsic to Javascript itself (strings are compared using string comparison in Javascript, nothing particularly special).
Going to table this until i8ln is working somewhat.