#879: open-uri/stringio throw enoding errors -----------------------------------+---------------------------------------- Reporter: smparkes@… | Owner: lsansonetti@… Type: defect | Status: new Priority: blocker | Milestone: Component: MacRuby | Keywords: -----------------------------------+---------------------------------------- Comment(by lsansonetti@…): I believe the exception is being raised from stringio.rb's #syswrite which calls String#<<. The receiver is UTF-8 but the argument is BINARY. -- Ticket URL: <http://www.macruby.org/trac/ticket/879#comment:3> MacRuby <http://macruby.org/>