#612: RegexpError: U_REGEX_BAD_ESCAPE_SEQUENCE ---------------------------------+------------------------------------------ Reporter: cehoffman@… | Owner: lsansonetti@… Type: defect | Status: new Priority: blocker | Milestone: Component: MacRuby | Keywords: ---------------------------------+------------------------------------------ Comment(by lsansonetti@…): The snippet above now causes the following error on trunk: {{{ $ ./miniruby -e "p MACRUBY_REVISION; Regexp.compile('[^\0-\177]')" "svn revision 3849 from http://svn.macosforge.org/repository/ruby/MacRuby/trunk" /Users/lrz/src/macruby-trunk/-e:1:in `<main>': regexp `[^\0-\177] 'compilation error: U_REGEX_BAD_ESCAPE_SEQUENCE (RegexpError) }}} This error comes from ICU. Renamed the title accordingly. -- Ticket URL: <http://www.macruby.org/trac/ticket/612#comment:4> MacRuby <http://macruby.org/>