ruby-boost-regex
ruby-boost-regex copied to clipboard
Unicode Support for Ruby 1.9
Right now, the Ruby 1.9 code acts identically to the Ruby 1.8 code -- it ignores the very idea of encodings.
Boost::Regex does Unicode by using the ICU library from IBM, which works, but means a bunch of changes. Perhaps that'll be a good travel project this weekend.
+1 http://www.ruby-forum.com/topic/4405847#1076624