Hello, > On Apr 9, 2020, at 3:23 PM, Zeev Pekar <z.pe...@gmail.com> wrote: > > it would be nice to be able to sort (coreutils -> sort) Hebrew numerals:
An interesting idea, but I think it is a bit too niche to be included in the coreutils “sort” program (tradeoff of usefulness vs bloat). However, such functionality is very suitable to an old idea of an auxiliary “decorate” program that will allow many more sorting options when used in tandem with “sort”. I’ve started writing such program some time ago, based on Pádraig's idea (never completed, but perhaps these days are perfect opportunity to complete it): https://lists.gnu.org/archive/html/coreutils/2019-03/msg00056.html Would you like to try your hand at coding the sorting rules for such Hebrew-numerals sort? regards, - Assaf