From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10786 invoked by alias); 12 May 2017 07:51:07 -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: 41099 Received: (qmail 9537 invoked from network); 12 May 2017 07:51:07 -0000 X-Qmail-Scanner-Diagnostics: from aok120.rev.netart.pl by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.99.2/21882. spamassassin: 3.4.1. Clear:RC:0(85.128.245.120):SA:0(0.0/5.0):. Processed in 3.789335 secs); 12 May 2017 07:51:07 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=unavailable autolearn_force=no version=3.4.1 X-Envelope-From: psprint@zdharma.org X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Received-SPF: none (ns1.primenet.com.au: domain at zdharma.org does not designate permitted sender hosts) X-Virus-Scanned: by amavisd-new using ClamAV (18) Date: Fri, 12 May 2017 09:50:52 +0200 From: Sebastian Gniazdowski To: "Jun T." , "=?utf-8?Q?zsh-workers=40zsh.org?=" Message-ID: In-Reply-To: References: <20170428124439.73447db2@pwslap01u.europe.root.pri> <20170428141650.7ed174d6@pwslap01u.europe.root.pri> <20170428154135.2e2b5626@pwslap01u.europe.root.pri> <1B66A5C4-6855-4013-93F9-57857BCE0C45@kba.biglobe.ne.jp> Subject: Re: Cannot paste unicode <0221>, <0234> - <024f> X-Mailer: Airmail (231) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On 10 maja 2017 at 14:13:00, Jun T. (takimoto-j=40kba.biglobe.ne.jp) wrot= e: > =20 > On 2017/05/02, at 0:52, Jun T. wrote: > > > > Another possibility is to use --enable-unicode9 if wcwidth() > > and/or iswprint() are broken > =20 > I had some discussion with Joshua Rubin and concluded that this > is the way to go. > =20 > In the patch below (against the current master), if wcwidth() OR > iswprint() is broken then BOTH will be replaced by the ones derived > from wcwidth9.h. > (the patch is also attached as a file u9-diff.txt) Tested current head (patch is merged), I get: configure: all functions found, multibyte support enabled checking if the wcwidth() and/or iswprint() functions are broken... yes checking if the isprint() function is broken... yes and pasting of the 1024 Unicode letters works. --=C2=A0 Sebastian Gniazdowski psprint /at/ zdharma.org