Changes between Initial Version and Version 1 of Ticket #22423, comment 5


Ignore:
Timestamp:
2024-02-13T15:31:13+01:00 (21 months ago)
Author:
taylor.smock

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #22423, comment 5

    initial v1  
    22
    33When 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
     5EDIT: NVM. It will be a bit more complex; the default sorting rules for the collator are `aAbBcC`.