#111: macruby not working with unicode from ScriptingBridge -------------------------------------+-------------------------------------- Reporter: jordan.breeding@mac.com | Owner: lsansonetti@apple.com Type: defect | Status: closed Priority: blocker | Milestone: Component: MacRuby | Resolution: wontfix Keywords: | -------------------------------------+-------------------------------------- Comment(by jordan.breeding@mac.com): I still can't seem to get it to work for some reason, a quick example from my shell: {{{ 7 jordan@thetourist ~ > macruby -e "puts 'Jördan'" J√∂rdan 8 jordan@thetourist ~ > macruby -e "puts 'Jördan'.inspect" "J\xE2\x88\x9A\xE2\x88\x82rdan" 9 jordan@thetourist ~ > ruby -e "puts 'Jördan'" Jördan 10 jordan@thetourist ~ > ruby -e "puts 'Jördan'.inspect" "J\303\266rdan" }}} That was on macruby from the trunk, and ruby on Leopard 10.5.4. The special character was entered by hand directly into the Terminal. -- Ticket URL: <http://www.macruby.org/trac/ticket/111#comment:2> MacRuby <http://macruby.org/>