[MacRuby-devel] [MacRuby] #111: macruby not working with unicode from ScriptingBridge

MacRuby ruby-noreply at macosforge.org
Thu Aug 28 22:59:03 PDT 2008


#111: macruby not working with unicode from ScriptingBridge
-------------------------------------+--------------------------------------
 Reporter:  jordan.breeding at mac.com  |        Owner:  lsansonetti at apple.com
     Type:  defect                   |       Status:  closed               
 Priority:  blocker                  |    Milestone:                       
Component:  MacRuby                  |   Resolution:  wontfix              
 Keywords:                           |  
-------------------------------------+--------------------------------------

Comment(by jordan.breeding at mac.com):

 I still can't seem to get it to work for some reason, a quick example from
 my shell:

 {{{
 7 jordan at thetourist ~ > macruby -e "puts 'Jördan'"
 Jördan
 8 jordan at thetourist ~ > macruby -e "puts 'Jördan'.inspect"
 "J\xE2\x88\x9A\xE2\x88\x82rdan"
 9 jordan at thetourist ~ > ruby -e "puts 'Jördan'"
 Jördan
 10 jordan at 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/>



More information about the MacRuby-devel mailing list