gristlabs_grist-core/app
Dmitry S 6e844a2e76 (core) Use unicode-aware comparisons for user-visible strings.
Summary:
- Switch code that compares user strings to use localeCompare() based on Intl.Collator.
- Use en-US locale for now. (Ideally should be a document property.)
- Note that with this change, sorting is also becoming case-insensitive (which
  seems an improvement)

- Updated a sorted test fixture
- Updated a browser test with lots of unicode to expect different order.
- Added a bit of unicode to test ordering in Reference autocomplete dropdown.

Test Plan: Fixed / updated tests

Reviewers: paulfitz

Reviewed By: paulfitz

Differential Revision: https://phab.getgrist.com/D2758
2021-03-15 09:54:10 -04:00
..
client (core) Use unicode-aware comparisons for user-visible strings. 2021-03-15 09:54:10 -04:00
common (core) Use unicode-aware comparisons for user-visible strings. 2021-03-15 09:54:10 -04:00
gen-server (core) provide a way for an administrator to force reload of a document 2021-01-25 14:16:53 -05:00
plugin (core) hide long sequences of unchanged rows in diffs 2020-11-19 18:19:54 -05:00
server (core) alert user if they try to use rec in a column rule controlling read permission 2021-03-10 11:57:09 -05:00
tsconfig.json (core) move home server into core 2020-07-21 20:39:10 -04:00