Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: 8-bit parameter names?
- X-seq: zsh-workers 21242
- From: Clint Adams <clint@xxxxxxx>
- To: Peter Stephenson <pws@xxxxxxx>
- Subject: Re: 8-bit parameter names?
- Date: Mon, 9 May 2005 13:53:25 -0400
- Cc: zsh-workers@xxxxxxxxxx
- In-reply-to: <200505091749.j49HnDaJ013183@xxxxxxxxxxxxxx>
- Mail-followup-to: Peter Stephenson <pws@xxxxxxx>, zsh-workers@xxxxxxxxxx
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <1050509172451.ZM11220@xxxxxxxxxxxxxxxxxxxxxxx> <200505091749.j49HnDaJ013183@xxxxxxxxxxxxxx>
> needs redoing completely for Unicode anyway; we need to base it on
> WORDCHARS plus isalnum() or iswalnum, a fixed table entry isn't good
> enough. (The [[:WORD:]] test I just added suffers from this too, but it
I tried to do this with wcschr(), but it broke completion like crazy.
Then I lost the patch.
Anyone have a better way of doing it?
Messages sorted by:
Reverse Date,
Date,
Thread,
Author