From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18885 invoked by alias); 11 Sep 2015 21:53:18 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 36497 Received: (qmail 28524 invoked from network); 11 Sep 2015 21:53:15 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,T_DKIM_INVALID autolearn=ham autolearn_force=no version=3.4.0 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= daniel.shahaf.name; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-sasl-enc :x-sasl-enc; s=mesmtp; bh=ilyPWycfC9Vbz6OBZwgj7dnMLNA=; b=L+wmKI Y5q3BE6RHgmTXGb1f4kaeDBFB0mmUQ353TZnDKKnXIpZl0CW+daZVoAf6UY7LHjP Ghbva8vJH6vF7DgHuLkr6uI756LGQdJgPwAmDxpdCToOt40IS4Zj0yRLl55dNX5a hasFTvratVj8FAuGc9c4rUkz/+giVddGBwCcI= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-sasl-enc :x-sasl-enc; s=smtpout; bh=ilyPWycfC9Vbz6OBZwgj7dnMLNA=; b=RhH7W qom0QgSrJBXV4CllnAOR7WrTn4aa3ZeeXtdskhcIeqU2w/9TddRbr9rYN05x59Fo 0zpo9fCHEbOslGZ4g0sdZ0b2/KB+0Axdq/ETSfoQ7LG2CCZJCVVOE5gf6/gVg+L7 MWqcdgPHxj8OoGU7Af+W1pDmhoMJyVBtTEDE0g= X-Sasl-enc: NegHcyptIpE1o/UWIS9BXw3pOxEP1/UmQMeDa9r+ukkf 1442008388 Date: Fri, 11 Sep 2015 21:53:05 +0000 From: Daniel Shahaf To: Peter Stephenson Cc: Peter Stephenson , zsh-workers@zsh.org Subject: Re: Pasting UTF-8 characters with bracketed-paste-magic seems broken in 5.1 Message-ID: <20150911215305.GF2225@tarsus.local2> References: <20150906155751.GD3721@sym.noone.org> <150910073920.ZM21998@torch.brasslantern.com> <20150910145714.GO3721@sym.noone.org> <150910084516.ZM22892@torch.brasslantern.com> <20150910170705.0fbeb302@pwslap01u.europe.root.pri> <150910091649.ZM3715@torch.brasslantern.com> <20150910172840.0a1899f4@pwslap01u.europe.root.pri> <20150910195713.340861cb@ntlworld.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150910195713.340861cb@ntlworld.com> User-Agent: Mutt/1.5.21 (2010-09-15) 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