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

Re: [PATCH] [[:blank:]] only matches on SPC and TAB



2018-05-16 14:40:26 +0100, Peter Stephenson:
[...]
> Is iswblank() guaranteed to be available?  It's covered by an extra set
> of #ifdef's compared with the isblank() case but none of them is forcing
> it to use C99 standard headers.
[...]

In that v3 patch, I've added iswblank() in the list of functions
to check before enabling "unicode support". Maybe we should do
like for isblank() so that we can still have unicode support if
iswalpha()... are present but not iswblank() (and have
iswblank() check for spc and tab only then).

OK, I'll send a v4 patch tonight.

-- 
Stephane



Messages sorted by: Reverse Date, Date, Thread, Author