Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

multibyte/utf8/unicode issues with 'sched' builtin



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