#706: YAML output for unicode chars should be the same as Ruby1.9 ----------------------------+----------------------------------------------- Reporter: jazzbox@… | Owner: lsansonetti@… Type: defect | Status: closed Priority: major | Milestone: Component: MacRuby | Resolution: invalid Keywords: yaml | ----------------------------+----------------------------------------------- Comment(by jazzbox@…): It's not a dup of #339 because #339 was about "last character missing in YAML output"! This was resolved, so I opened a new ticket! The short form is: {{{ $ macruby -r 'yaml' -e 'puts "Rübe".to_yaml' --- "R\xFCbe" }}} and the output should be {{{ --- "R\xC3\xBCbe" }}} like in Ruby1.9, which Vincent I. says is the reference! -- Ticket URL: <http://www.macruby.org/trac/ticket/706#comment:3> MacRuby <http://macruby.org/>