Feature #3903: Error creating a regular expression with special characters http://redmine.ruby-lang.org/issues/show/3903 Author: Ahmed Eldawy Status: Open, Priority: Normal Category: core I use ruby 1.9.2p0 (2010-08-18) [i686-linux] On Ubuntu 10.04 Whenever I try to create a regular expression with special characters it makes segmentation fault. Here's the line I use /[#{"\x80"}]/ ---------------------------------------- http://redmine.ruby-lang.org