Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: 8-bit parameter names?



> 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