Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: count glyphs in multibyte strings
- X-seq: zsh-workers 27832
- From: Phil Pennock <zsh-workers+phil.pennock@xxxxxxxxxxxx>
- To: Peter Stephenson <p.w.stephenson@xxxxxxxxxxxx>
- Subject: Re: PATCH: count glyphs in multibyte strings
- Date: Thu, 25 Mar 2010 18:02:59 -0700
- Cc: Zsh hackers list <zsh-workers@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=spodhuis.org; s=d200912; h=In-Reply-To:Content-Type:MIME-Version:References:Message-ID:Subject:Cc:To:From:Date; bh=cgr3GAnQKn4pbTiimyiujpP41+y4eGJ6Fxz0DUAzuNc=; b=Qpyx0cncslloXwqkKkpAkwHF1DcXJ9VVlwU/x2HSztTMdf5TdU8qMh562EGquVK0geI2MOoRy8soj+H5MH0hSZiI2v5eQcMeZO12UtUsyhk+GKY94oriFaET1ZWO7gCstPh5iFHV4f60mtHYwB8HV9t81ApHXTeZ/pcylt7wecI=;
- In-reply-to: <22950.1269552903@pws-pc>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mail-followup-to: Peter Stephenson <p.w.stephenson@xxxxxxxxxxxx>, Zsh hackers list <zsh-workers@xxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <22950.1269552903@pws-pc>
On 2010-03-25 at 21:35 +0000, Peter Stephenson wrote:
> I noticed we were missing this capability; not sure how useful it is in
> practice, but it was straightforward to add.
>
> You might want to check my terminology and assumptions about the way
> Unicode works aren't gibberish.
What about -1 being returned from wcwidth() for non-printable
characters? Looks like this is an existing issue.
-Phil
Messages sorted by:
Reverse Date,
Date,
Thread,
Author