#700: YAML: Escaped Unicode chars in hex are not recogized ----------------------------+----------------------------------------------- Reporter: jazzbox@… | Owner: lsansonetti@… Type: defect | Status: reopened Priority: major | Milestone: Component: MacRuby | Resolution: Keywords: unicode | ----------------------------+----------------------------------------------- Changes (by lsansonetti@…): * status: closed => reopened * milestone: MacRuby 0.7 => * resolution: invalid => Comment: {{{ $ /usr/local/bin/macruby -e 'require "yaml"; puts "Rübe".to_yaml' --- "R\xFCbe" }}} Agreed, it does not seem to behave the same. But this sounds like a bug in the YAML extension, not in the core strings. -- Ticket URL: <http://www.macruby.org/trac/ticket/700#comment:5> MacRuby <http://macruby.org/>