Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
multibyte/utf8/unicode issues with 'sched' builtin
- X-seq: zsh-workers 24727
- From: "Mikael Magnusson" <mikachu@xxxxxxxxx>
- To: zsh-workers <zsh-workers@xxxxxxxxxx>
- Subject: multibyte/utf8/unicode issues with 'sched' builtin
- Date: Sat, 22 Mar 2008 04:59:02 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=0aBZayKyPVJojZnXvkKk5yWtxkX7xcdsxB2qZkOMlpk=; b=VSpNPoY4qw8+pKRLRVg7dB9zY2mxAtKNT5RBe5E+oc1YmGemq2t9/VQJjrIf8YwubDnH0rVprxkbnJ/JupqeIkKHXQ0O0CJbduiLDmCHIfpaOiUF1FxPCq6YmKq4mo8IkIJGLJTZVkjlFyPXidhGTFNT9t1jRRCrAfjCrcPFhNM=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=KfTDfIvGDnHWfQWTzbfmvt/rHtDgssgrSbu1yQeSsML8+SSBJHMu0IZjNX1w7sM1ss9ppkh/CsyzeIL7v4EDkpGZAYkCcCKwxicGrmjzQqbAfGxYYLRMDzBrlO+DzgEqLRtoCzWCn+Qtu4DIkzBOkIwqh/grKdXSOLQ0yU3y8Hk=
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
Today is saturday in sweden, one of three days of the week with a
nonascii character in the first three letters of the name of the day.
% LC_ALL=C zsh -f
% sched +1 true; sched
1 Sat Mar 22 4:55:46 true
so far so good...
% LC_ALL=sv_SE.UTF-8 zsh -f
% sched +1 true; sched
1 lör mar 22 4:57pاÄ true
^[[?1;2c
% 1;2c
not so good.
Have fun? :)
(Yes, the terminal is set to utf8, everything else works fine)
--
Mikael Magnusson
Messages sorted by:
Reverse Date,
Date,
Thread,
Author