From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14575 invoked by alias); 19 Sep 2015 20:49:47 -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: 36563 Received: (qmail 6404 invoked from network); 19 Sep 2015 20:49:46 -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 autolearn=ham autolearn_force=no version=3.4.0 X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:message-id:date:in-reply-to:comments :references:to:subject:mime-version:content-type; bh=mqbPwhicL8tZViLdR+kz1VcRJwu1TTcKg3nOrs/Wi7Q=; b=GcSyrtbAzTH8Djr1dchYwM8GP1tuXJiLpHWR6JmdXJ6169KcAGTZKumYhxfxxelk/1 B2BRCvVscrve3ncVEh+fniRsQYp95m8oa4Z0/GA0QE6G9WXqZcmaV6ldgOf/HHbo1PmK aEv+AViLX2HVPHveuGbSliIVbs8h3+V9Hb3lIBRR+4dVCQB8rhZo6SBriIr8gwvXtuuo kgtjUqqTG2t+A3lZMBeWTwg2gvKoE/Saws84lbf6JiKiqwfjDrIlKEgx5BuJpLSphVHI 1wHQcwN5gTB5+U6JlERfwf5sP352ruZJKPekv9B/a79SZuCCsfTjQ8sxZF7xqJhy8aPL hzRQ== X-Gm-Message-State: ALoCoQnqRNMG9ARrRnV107JG55FBtyCJOHKsqvfwbNE4a3KTUhhn7967a57xcPT1O0IugwV5GpNk X-Received: by 10.202.3.7 with SMTP id 7mr463736oid.124.1442695785090; Sat, 19 Sep 2015 13:49:45 -0700 (PDT) From: Bart Schaefer Message-Id: <150919134942.ZM23604@torch.brasslantern.com> Date: Sat, 19 Sep 2015 13:49:42 -0700 In-Reply-To: <20150919202528.634e737b@ntlworld.com> Comments: In reply to Peter Stephenson "Re: PATCH: read full multibyte string a bit more sooner" (Sep 19, 8:25pm) References: <9wl4rxcdnmx1pobphlhpr6r7.1442088207988@email.android.com> <150912160929.ZM26166@torch.brasslantern.com> <20150919202528.634e737b@ntlworld.com> X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: Zsh hackers list Subject: Re: PATCH: read full multibyte string a bit more sooner MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Sep 19, 8:25pm, Peter Stephenson wrote: } Subject: Re: PATCH: read full multibyte string a bit more sooner } } Is that the last of the problems with multibyte strings? It sounded } more copmlicated than that... I haven't run into anything else (at least nothing that wasn't addressed by subsequent patches) but I may not be a good test case.