From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by 10.204.174.193 with SMTP id u1cs143365bkz; Wed, 21 Apr 2010 06:16:32 -0700 (PDT) Received: by 10.216.86.11 with SMTP id v11mr4430806wee.219.1271855791631; Wed, 21 Apr 2010 06:16:31 -0700 (PDT) Return-Path: Received: from rubyforge.org (rubyforge.org [205.234.109.19]) by mx.google.com with ESMTP id x40si8152322wei.45.2010.04.21.06.16.31; Wed, 21 Apr 2010 06:16:31 -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 Received: from rubyforge.org (rubyforge.org [127.0.0.1]) by rubyforge.org (Postfix) with ESMTP id A53BD1D7889A; Wed, 21 Apr 2010 09:16:30 -0400 (EDT) Received: from entry.masanjin.net (masanjin.net [209.20.72.13]) by rubyforge.org (Postfix) with ESMTP id BC4EA185830E for ; Wed, 21 Apr 2010 09:03:29 -0400 (EDT) Received: from localhost ([127.0.0.1] helo=entry.masanjin.net) by entry.masanjin.net with esmtp (Exim 4.69) (envelope-from ) id 1O4ZaR-0008Cc-HL for sup-devel@rubyforge.org; Wed, 21 Apr 2010 09:03:29 -0400 MIME-Version: 1.0 To: sup-devel@rubyforge.org From: anonymous Date: Wed, 21 Apr 2010 13:03:27 +0000 Precedence: bulk X-Roundup-Name: Sup issue tracker X-Roundup-Loop: hello X-Roundup-Version: 1.4.10 Message-Id: <1271855007.24.0.641994624503.issue95@masanjin.net> X-Roundup-issue-status: unread X-Roundup-issue-priority: bug In-Reply-To: <1271855007.24.0.641994624503.issue95@masanjin.net> Subject: [sup-devel] [issue95] incompatible encoding regexp match (ASCII-8BIT regexp with UTF-8 string) X-BeenThere: sup-devel@rubyforge.org X-Mailman-Version: 2.1.12 Reply-To: Sup issue tracker , 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 New submission from anonymous: sup crashes when I try to autocomplete a contact that contains umlauts a ~$ cat .sup/exception-log.txt --- Encoding::CompatibilityError from thread: main incompatible encoding regexp match (ASCII-8BIT regexp with UTF-8 string) /usr/lib/ruby/gems/1.9.1/gems/sup-0.11/lib/sup/buffer.rb:483:in `block (2 levels) in ask_many_emails_with_completions' /usr/lib/ruby/gems/1.9.1/gems/sup-0.11/lib/sup/buffer.rb:483:in `select' /usr/lib/ruby/gems/1.9.1/gems/sup-0.11/lib/sup/buffer.rb:483:in `block in ask_many_emails_with_completions' /usr/lib/ruby/gems/1.9.1/gems/sup-0.11/lib/sup/textfield.rb:79:in `call' /usr/lib/ruby/gems/1.9.1/gems/sup-0.11/lib/sup/textfield.rb:79:in `handle_input' /usr/lib/ruby/gems/1.9.1/gems/sup-0.11/lib/sup/buffer.rb:585:in `ask' /usr/lib/ruby/gems/1.9.1/gems/sup-0.11/lib/sup/buffer.rb:479:in `ask_many_emails_with_completions' /usr/lib/ruby/gems/1.9.1/gems/sup-0.11/lib/sup/util.rb:570:in `method_missing' /usr/lib/ruby/gems/1.9.1/gems/sup-0.11/lib/sup/buffer.rb:555:in `ask_for_contacts' /usr/lib/ruby/gems/1.9.1/gems/sup-0.11/lib/sup/util.rb:570:in `method_missing' /usr/lib/ruby/gems/1.9.1/gems/sup-0.11/lib/sup/modes/compose-mode.rb:24:in `spawn_nicely' /usr/lib/ruby/gems/1.9.1/gems/sup-0.11/bin/sup:330:in `' /usr/lib/ruby/gems/1.9.1/gems/sup-0.11/bin/sup:68:in `' /usr/bin/sup:19:in `load' /usr/bin/sup:19:in `
' ---------- messages: 219 nosy: anonymous priority: bug ruby_version: ruby 1.9.1p378 (2010-01-10 revision 26273) [i686-linux] status: unread sup_version: 0.11 title: incompatible encoding regexp match (ASCII-8BIT regexp with UTF-8 string) _________________________________________ Sup issue tracker _________________________________________ _______________________________________________ Sup-devel mailing list Sup-devel@rubyforge.org http://rubyforge.org/mailman/listinfo/sup-devel