On Mon, Dec 23, 2019 at 12:52:00PM -0800, L A Walsh wrote:
> But it wasn't. It was about generating characters between two
> characters that were given. In unicode, that would be two code points.
> Nothing about enumeration.
Please give an example, with a starting character and an ending
character, and the resulting output. Explain why a bash user who
uses your implementation to echo {ñ..💩} (N WITH TILDE to PILE OF
POO) or whatever will feel that your answer is correct and sensible.
> It is in unicode code point order. Which is what you would use
> for unicode. If you want to sort via unicode, use the -u switch.
That isn't what the sort -u option does, and you know it. I hope.