Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > gnu.bash.bug > #15771 > unrolled thread
| Started by | Greg Wooledge <wooledg@eeg.ccf.org> |
|---|---|
| First post | 2019-12-23 15:58 -0500 |
| Last post | 2019-12-23 15:58 -0500 |
| Articles | 1 — 1 participant |
Back to article view | Back to gnu.bash.bug
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: Unicode range and enumeration support. Greg Wooledge <wooledg@eeg.ccf.org> - 2019-12-23 15:58 -0500
| From | Greg Wooledge <wooledg@eeg.ccf.org> |
|---|---|
| Date | 2019-12-23 15:58 -0500 |
| Subject | Re: Unicode range and enumeration support. |
| Message-ID | <mailman.1337.1577134711.1979.bug-bash@gnu.org> |
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.
Back to top | Article view | gnu.bash.bug
csiph-web