ruby-boost-regex icon indicating copy to clipboard operation
ruby-boost-regex copied to clipboard

Unicode Support for Ruby 1.9

Open michaeledgar opened this issue 15 years ago • 1 comments

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.

michaeledgar avatar Apr 10 '10 00:04 michaeledgar

+1 http://www.ruby-forum.com/topic/4405847#1076624

rdp avatar Sep 19 '12 14:09 rdp