From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2519 invoked by alias); 7 May 2017 10:13:39 -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: 41051 Received: (qmail 2233 invoked from network); 7 May 2017 10:13:39 -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 1.756032 secs); 07 May 2017 10:13:39 -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 (13) Date: Sun, 7 May 2017 12:13:33 +0200 From: Sebastian Gniazdowski To: "Jun T." , zsh-workers@zsh.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 1 maja 2017 at 18:38:07, Jun T. (takimoto-j=40kba.biglobe.ne.jp) wrote= : > Here is a quick (maybe too simple) patch. > =20 > wcwidth() on MacOSX was broken for combining characters, > but Apple has fixed *this* problem a few years ago, > probably in OSX 10.8 (Mavericks). So BROKEN=5FWCWIDTH is > NOT defined on recent macOS. Tested the patch. I get: checking if the wcwidth() function is broken... yes checking if the iswprint() function is broken... yes checking if the isprint() function is broken... yes and pasting of =22=C8=AE=C8=AF=C8=B0=C8=B1=C8=B2=C8=B3=C8=B4=C8=B5=C8=B6=C8= =B7=C8=B8=C8=B9=22 works. Also tried to paste the 1024 characters that I = use and it worked. --=C2=A0 Sebastian Gniazdowski psprint /at/ zdharma.org