From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17855 invoked from network); 23 Mar 2008 01:01:07 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.4 (2008-01-01) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00 autolearn=ham version=3.2.4 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 23 Mar 2008 01:01:07 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 33102 invoked from network); 23 Mar 2008 01:01:01 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 23 Mar 2008 01:01:01 -0000 Received: (qmail 10385 invoked by alias); 23 Mar 2008 01:00:57 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 24729 Received: (qmail 10372 invoked from network); 23 Mar 2008 01:00:56 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 23 Mar 2008 01:00:56 -0000 Received: from vms173001pub.verizon.net (vms173001pub.verizon.net [206.46.173.1]) by bifrost.dotsrc.org (Postfix) with ESMTP id 4491082CCF63 for ; Sun, 23 Mar 2008 02:00:53 +0100 (CET) Received: from torch.brasslantern.com ([71.121.1.164]) by vms173001.mailsrvcs.net (Sun Java System Messaging Server 6.2-6.01 (built Apr 3 2006)) with ESMTPA id <0JY5006VMRLFBBIB@vms173001.mailsrvcs.net> for zsh-workers@sunsite.dk; Sat, 22 Mar 2008 19:48:52 -0500 (CDT) Received: from torch.brasslantern.com (localhost.localdomain [127.0.0.1]) by torch.brasslantern.com (8.13.1/8.13.1) with ESMTP id m2N10NBY022177 for ; Sat, 22 Mar 2008 18:00:23 -0700 Received: (from schaefer@localhost) by torch.brasslantern.com (8.13.1/8.13.1/Submit) id m2N10M6x022176 for zsh-workers@sunsite.dk; Sat, 22 Mar 2008 18:00:22 -0700 Date: Sat, 22 Mar 2008 18:00:22 -0700 From: Bart Schaefer Subject: Re: multibyte/utf8/unicode issues with 'sched' builtin In-reply-to: <237967ef0803212059r1bb3b8b9t9d6dfde0b64a5a53@mail.gmail.com> To: zsh-workers Message-id: <080322180022.ZM22175@torch.brasslantern.com> MIME-version: 1.0 X-Mailer: OpenZMail Classic (0.9.2 24April2005) Content-type: text/plain; charset=us-ascii References: <237967ef0803212059r1bb3b8b9t9d6dfde0b64a5a53@mail.gmail.com> Comments: In reply to "Mikael Magnusson" "multibyte/utf8/unicode issues with 'sched' builtin" (Mar 22, 4:59am) X-Virus-Scanned: ClamAV 0.91.2/6332/Sun Mar 23 00:03:07 2008 on bifrost X-Virus-Status: Clean On Mar 22, 4:59am, Mikael Magnusson wrote: } } nonascii character in the first three letters of the name of the day. } } % sched +1 true; sched } 1 lor mar 22 4:57p0x0627A true This is a string built with ztrftime() and output with printf() so if I'd expect similar problems to show up in other places. Unfortunately I don't know what to do about it, so unless someone else jumps in we'll have to wait for PWS to get back. } ^[[?1;2c } % 1;2c That's just the terminal being confused by escape sequences in the prompt, because something unexpected happened with the printf(). Not really related.