cramp icon indicating copy to clipboard operation
cramp copied to clipboard

Invalid Multibyte Escape in Ruby 2.0.0

Open tominated opened this issue 12 years ago • 1 comments
trafficstars

It appears there's an issue with callbacks.rb on line 81 with the /\000([^\377]*)\377/ regex. It wont start any code with ruby 2.0.0 because of it.

tominated avatar Mar 14 '13 03:03 tominated

https://github.com/maxigs/cramp/commit/d3d18086d82138833b2454fb8cc7cab530a82d40

did solve it for me, at least the projects starts again, havent verified if it has any unwanted side-effects

maxigs avatar Jun 11 '13 14:06 maxigs