aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/multibyte_chars_test.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Multibyte: String#chars returns self for Ruby 1.9Jeremy Kemper2007-12-211-1/+12
* Multibyte: String#chars uses passthrough handler for Ruby 1.9Jeremy Kemper2007-12-211-9/+13
* Make the utf-handler return the correct value for non-matching regular expres...Michael Koziarski2007-08-051-1/+3
* Multibyte strings respond_to the String methods they proxy so they can be duc...Jeremy Kemper2007-05-281-0/+7
* Pull in latest multibyte patch. Closes #6346 [Manfred Stienstra]Michael Koziarski2006-10-041-3/+4
* Add ActiveSupport::Multibyte. Provides String#chars which lets you deal with...Michael Koziarski2006-10-031-0/+163