Hi,
two approaches came into my mind:
1) write you own command which makes usage of ICU collators and try to find a good locale
which fulfills your need best (maybe DUCET).
2) write you own command which makes usage of your of sorting list.
I mean almost all programming languages come with the possibility to apply a custom sort
function to their own built-in sort mechanism, like Python - a good example here
On 2. Dec 2020, at 13:35, Rob McBroom via TextMate
<textmate(a)lists.macromates.com> wrote:
On 1 Dec 2020, at 5:25, Christian Döhler via TextMate wrote:
So I was wondering if there is way of creating a
custom sort order and apply it. For example: "a,æ,b,ᵐb,d,ⁿd,e,ɸ ..." instead of
"a,b,c,d,e,f ..."
I don’t know what other options might be available built into the app, but for one-off
text processing, there’s always “Filter Through Command…” which you can access with ⌘| (or
⇧⌘\).
--
Rob McBroom
_______________________________________________
TextMate mailing list -- textmate(a)lists.macromates.com
To unsubscribe send an email to textmate-leave(a)lists.macromates.com