Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: multibyte backwarddeletechar
- X-seq: zsh-workers 16107
- From: Clint Adams <clint@xxxxxxx>
- To: Borsenkow Andrej <Andrej.Borsenkow@xxxxxxxxxxxxxx>
- Subject: Re: multibyte backwarddeletechar
- Date: Mon, 22 Oct 2001 07:32:31 -0400
- Cc: "'Geoff Wing'" <gcw@xxxxxxx>, "'Zsh Hackers'" <zsh-workers@xxxxxxxxxx>
- In-reply-to: <000001c15ab9$489f8cf0$21c9ca95@xxxxxxxxxxxxxx>; from Andrej.Borsenkow@xxxxxxxxxxxxxx on Mon, Oct 22, 2001 at 09:20:37AM +0400
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <20011022105702.A4297@xxxxxxxxxxxxxxx> <000001c15ab9$489f8cf0$21c9ca95@xxxxxxxxxxxxxx>
> implementation. Using wchar looks portable but the immediate problem is
> that conventional str* functions stop working. Using UTF-8 is appealing
Since there are wide equivalents for most str* functions, that's not
too severe a problem.
I did try once to replace shingetline with something that called
a shingetwline (using wide equivalents) then ran it through wcstombs()
to return the char * that was wanted. It didn't function properly;
probably something I don't understand about wide characters.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author