[MacRuby] #966: MacRuby encoding error with Mail gem
#966: MacRuby encoding error with Mail gem -----------------------------------+---------------------------------------- Reporter: andre.lewis@… | Owner: lsansonetti@… Type: defect | Status: new Priority: critical | Milestone: MacRuby 0.7 Component: MacRuby | Keywords: -----------------------------------+---------------------------------------- With MacRuby 0.71 and mail (2.2.7), I get: {{{ irb(main):002:0> require "rubygems" => true irb(main):003:0> require "mail" Encoding::CompatibilityError: incompatible character encodings: UTF-8 and ASCII-8BIT }}} It seems to come down to an encoding issue in http://github.com/mikel/mail/commits/master/lib/mail/patterns.rb, specifically forcing encoding on 'control'. -- Ticket URL: <http://www.macruby.org/trac/ticket/966> MacRuby <http://macruby.org/>
#966: MacRuby encoding error with Mail gem -----------------------------------+---------------------------------------- Reporter: andre.lewis@… | Owner: lsansonetti@… Type: defect | Status: new Priority: critical | Milestone: MacRuby 1.0 Component: MacRuby | Keywords: -----------------------------------+---------------------------------------- Changes (by lsansonetti@…): * milestone: MacRuby 0.7 => MacRuby 1.0 Comment: Let's investigate the problem for 1.0. -- Ticket URL: <http://www.macruby.org/trac/ticket/966#comment:1> MacRuby <http://macruby.org/>
#966: MacRuby encoding error with Mail gem -----------------------------------+---------------------------------------- Reporter: andre.lewis@… | Owner: lsansonetti@… Type: defect | Status: closed Priority: critical | Milestone: MacRuby 0.8 Component: MacRuby | Resolution: fixed Keywords: | -----------------------------------+---------------------------------------- Changes (by lsansonetti@…): * status: new => closed * resolution: => fixed * milestone: MacRuby 1.0 => MacRuby 0.8 Comment: This problem seems to be fixed with r4982. -- Ticket URL: <http://www.macruby.org/trac/ticket/966#comment:2> MacRuby <http://macruby.org/>
participants (1)
-
MacRuby