Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Some groundwork for Unicode in Zle
- X-seq: zsh-workers 20683
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx (Zsh hackers list)
- Subject: Re: Some groundwork for Unicode in Zle
- Date: Tue, 11 Jan 2005 16:27:19 +0000
- In-reply-to: <200501111352.j0BDqCKs001801@xxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <200501111352.j0BDqCKs001801@xxxxxxxxxxxxxx>
On Jan 11, 1:52pm, Peter Stephenson wrote:
}
} It seems clear that the line editor is the place most people are
} missing Unicode support, so I suggest we start from there and work
} back.
Just as a remark, if you're going to alter the line editor then you
probably have no choice but to alter the "read" builtin as well, at
least "read -k" because it's used in some user-defined widgets (and this
could get a bit ugly, as how does "read" know whether it's reading a
wide char stream or a simple byte stream?).
Keep in mind that the completion system DOES make use of nul-terminated
strings -- cf. the "bug in insert-last-word" thread, e.g. 20643.
} All the tests still pass, so I will commit this some time today.
If you haven't committed already, might I suggest doing a 4.2.2 release
first? It's been 4 months and a lot of patches since 4.2.1, and this
is a potentially very lengthy effort to embark upon.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author