From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19014 invoked from network); 25 Apr 2007 11:28:47 -0000 X-Spam-Checker-Version: SpamAssassin 3.1.8 (2007-02-13) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.5 required=5.0 tests=BAYES_00,FORGED_RCVD_HELO autolearn=ham version=3.1.8 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 25 Apr 2007 11:28:47 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 69102 invoked from network); 25 Apr 2007 11:28:41 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 25 Apr 2007 11:28:41 -0000 Received: (qmail 25929 invoked by alias); 25 Apr 2007 11:28:38 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 23322 Received: (qmail 25920 invoked from network); 25 Apr 2007 11:28:38 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 25 Apr 2007 11:28:37 -0000 Received: (qmail 68866 invoked from network); 25 Apr 2007 11:28:37 -0000 Received: from acolyte.scowler.net (216.254.112.45) by a.mx.sunsite.dk with SMTP; 25 Apr 2007 11:28:34 -0000 Received: by acolyte.scowler.net (Postfix, from userid 1000) id 39C901C001; Wed, 25 Apr 2007 07:28:33 -0400 (EDT) Date: Wed, 25 Apr 2007 07:28:33 -0400 From: Clint Adams To: Bart Schaefer Cc: zsh-workers@sunsite.dk Subject: Re: rfc2396 url encoding Message-ID: <20070425112833.GA23626@scowler.net> Mail-Followup-To: Bart Schaefer , zsh-workers@sunsite.dk References: <20051106185713.GA11612@scowler.net> <1051106194911.ZM32000@candle.brasslantern.com> <20070425034745.GA11136@scowler.net> <070424232221.ZM23158@torch.brasslantern.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <070424232221.ZM23158@torch.brasslantern.com> User-Agent: Mutt/1.5.13 (2006-08-11) > (Is that actually wrong? When I cut and paste from your email message, > there's only one byte at ó.) Your mailer is likely converting my UTF-8 to Latin-1 or Latin-9. > What happens if you simply unsetopt multibyte within the function? That does the trick.