From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by 10.103.168.9 with SMTP id v9cs11959muo; Thu, 25 Mar 2010 01:16:57 -0700 (PDT) Received: by 10.224.101.206 with SMTP id d14mr1849575qao.333.1269505016595; Thu, 25 Mar 2010 01:16:56 -0700 (PDT) Return-Path: Received: from rubyforge.org (rubyforge.org [205.234.109.19]) by mx.google.com with ESMTP id 35si715193qyk.86.2010.03.25.01.16.56; Thu, 25 Mar 2010 01:16:56 -0700 (PDT) Received-SPF: pass (google.com: domain of sup-devel-bounces@rubyforge.org designates 205.234.109.19 as permitted sender) client-ip=205.234.109.19; Authentication-Results: mx.google.com; spf=pass (google.com: domain of sup-devel-bounces@rubyforge.org designates 205.234.109.19 as permitted sender) smtp.mail=sup-devel-bounces@rubyforge.org; dkim=neutral (body hash did not verify) header.i=@gmail.com Received: from rubyforge.org (rubyforge.org [127.0.0.1]) by rubyforge.org (Postfix) with ESMTP id D782318582D7; Thu, 25 Mar 2010 04:16:55 -0400 (EDT) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by rubyforge.org (Postfix) with ESMTP id 0173718582D6 for ; Thu, 25 Mar 2010 04:03:12 -0400 (EDT) Received: by wwi14 with SMTP id 14so1939785wwi.23 for ; Thu, 25 Mar 2010 01:03:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:content-type; bh=MexU4+XBaDV73Q51jiKUBDReGatzpmSHvp8lFPnYX5c=; b=f8kMh6LCBDcTlUMeiJvqY8bqQgHG3bkdmlb4yhx6z2Zx+8/zQsIYAdoOTQszsXdGXp JgyRFQdxKpbnD7PyHi7xwXivJlC5BN16BGO81kd0/fxbDl3dLzI7+lqaZu/an/bdEram xH5OwBgl6SP1VOBUayAs/5/7lAjcyJWEesHrU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; b=i4a7lh76p1rEUtaVMAZjoNAsMK6dIWVqYru7gWRHFBjdj7GKrS38waeQYKuubkxlYM Uxp5FvEa/8vJEYScBOjlSH2jyVaj6fHCFe/a3SirEfwRshK81hYRbDUOJOSvRW6F4TmB CjWha23RyV0SYonsI7aKX8HQXeUyuyw7sHfm4= MIME-Version: 1.0 Received: by 10.216.93.79 with SMTP id k57mr17267wef.161.1269504192191; Thu, 25 Mar 2010 01:03:12 -0700 (PDT) In-Reply-To: <1269487066-sup-656@zyrg.net> References: <1269487066-sup-656@zyrg.net> From: =?ISO-8859-1?Q?Johann_Kl=E4hn?= Date: Thu, 25 Mar 2010 09:02:52 +0100 Message-ID: To: sup-devel Subject: Re: [sup-devel] Accept ASCII_8BIT in String.check X-BeenThere: sup-devel@rubyforge.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: Sup developer discussion List-Id: Sup developer discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: sup-devel-bounces@rubyforge.org Errors-To: sup-devel-bounces@rubyforge.org Ah, now it's perfectly clean to me, I guess I just shouldn't do any debugging when I'm too tired. The problem is that the call to Iconv.iconv(target, ..., ...) in Iconv.easy_decode expects target to be typed as "UTF-8", and my environment has $encoding = "utf8". Iconv can't handle this and thus returns ASCII_8BIT (does no real conversion). (I'm using sup 0.11 with ruby 1.9.1_p378.) _______________________________________________ Sup-devel mailing list Sup-devel@rubyforge.org http://rubyforge.org/mailman/listinfo/sup-devel