Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Unicode problem
- X-seq: zsh-workers 24419
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Re: Unicode problem
- Date: Mon, 21 Jan 2008 10:16:49 -0800
- In-reply-to: <200801211445.m0LEjLS7029582@xxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <slrnfouc3r.6ea.joerg@xxxxxxxxxxxx> <20080117120932.4458d35a@news01> <slrnfp97q5.dvv.joerg@xxxxxxxxxxxx> <200801211415.m0LEFbbU017355@xxxxxxxxxxxxxx> <237967ef0801210629t201392a6h4d28fe80fcb5ab44@xxxxxxxxxxxxxx> <200801211445.m0LEjLS7029582@xxxxxxxxxxxxxx>
On Jan 21, 2:45pm, Peter Stephenson wrote:
}
} We could do a nasty hack so that characters whose width is zero are
} treated the same way as non-printable characters, I suppose.
In prompts, wouldn't it be sufficient for a zero-width character to
behave as if it had been written with %{ %} around it? (Of course
that could still get all sorts of messy with PROMPT_SUBST if the
value of a variable contains a zero-width character.)
In the line editor I'm not so sure. Treating it like a non-printable
character seems like a good first step.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author