From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26086 invoked from network); 11 Jan 2005 18:23:37 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 11 Jan 2005 18:23:37 -0000 Received: (qmail 66115 invoked from network); 11 Jan 2005 18:23:31 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 11 Jan 2005 18:23:31 -0000 Received: (qmail 26463 invoked by alias); 11 Jan 2005 18:23:27 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 20689 Received: (qmail 26445 invoked from network); 11 Jan 2005 18:23:25 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 11 Jan 2005 18:23:25 -0000 Received: (qmail 65769 invoked from network); 11 Jan 2005 18:23:25 -0000 Received: from acolyte.scowler.net (216.254.112.45) by a.mx.sunsite.dk with SMTP; 11 Jan 2005 18:23:22 -0000 Received: by acolyte.scowler.net (Postfix, from userid 1000) id A45FC7004D; Tue, 11 Jan 2005 13:23:20 -0500 (EST) Date: Tue, 11 Jan 2005 13:23:20 -0500 From: Clint Adams To: Peter Stephenson Cc: zsh-workers@sunsite.dk Subject: Re: UTF-8 FAQs Message-ID: <20050111182320.GA23546@scowler.net> References: <20050109033335.GA18994@scowler.net> <200501111737.j0BHb7Ds015359@news01.csr.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200501111737.j0BHb7Ds015359@news01.csr.com> User-Agent: Mutt/1.5.6+20040907i X-Spam-Checker-Version: SpamAssassin 2.63 on a.mx.sunsite.dk X-Spam-Level: X-Spam-Status: No, hits=0.0 required=6.0 tests=none autolearn=no version=2.63 X-Spam-Hits: 0.0 > I imported it like this. It needs to go into the copy at the web site > (which used to be the master copy, but effectively this one is now; > they're both in CVS). Small correction. I'll commit this and also 20657, since I haven't noticed any breakage. Index: Etc/FAQ.yo =================================================================== RCS file: /cvsroot/zsh/zsh/Etc/FAQ.yo,v retrieving revision 1.11 diff -u -r1.11 FAQ.yo --- Etc/FAQ.yo 11 Jan 2005 17:49:25 -0000 1.11 +++ Etc/FAQ.yo 11 Jan 2005 18:20:44 -0000 @@ -88,7 +88,7 @@ 2.4. tcsh? 2.5. bash? 2.6. Shouldn't zsh be more/less like ksh/(t)csh? -2.7. What is zsh's support Unicode/UTF-8? +2.7. What is zsh's support for Unicode/UTF-8? Chapter 3: How to get various things to work 3.1. Why does `$var' where `var="foo bar"' not do what I expect?