Re: [MacRuby-devel] Problem with latest macruby stable and unicode regexp

2011-04-03 Thread Caio Chassot
On 2011-03-27, at 13:05 , Glenn Gillen wrote: > regexp `[\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{1}-\u{10}]' compilation > error: U_REGEX_BAD_ESCAPE_SEQUENCE (RegexpError) > > Any ideas what I can do apart from forking Sass and opting for the 1.8 > compatible regexp? MacRuby ditched Onigurum

[MacRuby-devel] Problem with latest macruby stable and unicode regexp

2011-03-27 Thread Glenn Gillen
Hey all, This is my first foray into MacRuby dev so go easy :) I'm trying to make a fairly simple web editor with Haml and Sass parsing behind the scenes, and including Sass into my project throws the following error on build: regexp `[\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{1}-\u{10}]' com