Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
various weirdnesses with unicode support
- X-seq: zsh-workers 21706
- From: Mikael Magnusson <mikachu@xxxxxxxxx>
- To: zsh-workers <zsh-workers@xxxxxxxxxx>
- Subject: various weirdnesses with unicode support
- Date: Wed, 7 Sep 2005 22:30:24 +0200
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=Mp7j4isMiFoURctKd9bP1PAOIyyONzUEqaltLiWuzwuGw3TjkdQ/N2/j3Ai82mpcVZ0Gi8+/lpTdng+LYWze30nEawSybp2HmSj9ocZx/xsyCEThon1AQAiV29H0ki8rE3iDURlVhY3u8XX6JG4aLP7+RpnQZfv1NIjOdy+1pvw=
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
I've been using zsh in sv_SE.utf8 locale now for a few weeks, and it
is mostly working fine. Some things are a bit weird though.
* Pressing alt-t for transpose word doesn't work, and inserts lots of
NULLs in the command line, shown as ^@.
* NULLs aren't saved in the history, and when up-arrowing to a command
with a NULL in it, everything after it is cut off. (this one might not
have anything to do with unicode, i am too lazy to turn it off to try
and it's probably some sort of bug anyway :)
* Sometimes, strings with multibyte characters are only partially
saved in history too, like katakana PU. Maybe they contain a NULL, i
don't know.
* Having zsh in utf-8 locale but the terminal inputting for example
ISO-8859-1 makes zsh enter some weird state where it doesn't accept
input correctly. Going to a history entry with invalid UTF-8 also
seems to do weird things.
I can't provide any backtraces or something like that since zsh
doesn't actually crash anywhere.
I think there was something else too, but I can't seem to remember it right now.
--
Mikael Magnusson
Messages sorted by:
Reverse Date,
Date,
Thread,
Author