Changes between Initial Version and Version 1 of Ticket #22423, comment 5
- Timestamp:
- 2024-02-13T15:31:13+01:00 (21 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #22423, comment 5
initial v1 2 2 3 3 When I originally did the change in r18973, I ''assumed'' (wrongly) that `String#compareTo` and `Collator#compare` were semantically the same for ASCII characters. I ''think'' I can work around that by having an array with mappings. I'm not a fan, but it is a hot path. 4 5 EDIT: NVM. It will be a bit more complex; the default sorting rules for the collator are `aAbBcC`.