Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Pasting UTF-8 characters with bracketed-paste-magic seems broken in 5.1
Peter Stephenson wrote on Thu, Sep 10, 2015 at 19:57:13 +0100:
> + [[ $'\xe3' == [[:INCOMPLETE:]] ]] || print fail 1
> + [[ $'\xe3\x83' == [[:INCOMPLETE:]][[:INVALID:]] ]] || print fail 2
> + [[ $'\xe3\x83\x9b' != [[:INCOMPLETE:][:NVALID:]] ]] || print fail 3
Typo: s/NVALID/INVALID/
> + [[ $'\xe3\x83\x9b' = ? ]] || print fail 4
> +0:Testing incomplete and invalid multibyte character components
Messages sorted by:
Reverse Date,
Date,
Thread,
Author