aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/multibyte_handler_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Ruby 1.9 compat: declare utf-8 file encodingJeremy Kemper2008-02-021-0/+1
* Multibyte: String#chars returns self for Ruby 1.9Jeremy Kemper2007-12-211-1/+5
* Multibyte: String#chars uses passthrough handler for Ruby 1.9Jeremy Kemper2007-12-211-2/+2
* Fix typos (closes #10378)David Heinemeier Hansson2007-12-051-1/+1
* Multibyte: String#slice supports regexp argument. Closes #9646.Jeremy Kemper2007-10-151-0/+5
* Fixed spelling errors (closes #9706) [tarmo/rmm5t]David Heinemeier Hansson2007-09-281-1/+1
* Add ljust, rjust and center to utf8-handler. Closes #9165 [manfred]Michael Koziarski2007-08-051-0/+51
* Add support for []= on ActiveSupport::Multibyte::Chars. Closes #9142. [ewan, ...Marcel Molina2007-07-311-0/+34
* ActiveSupport::Multibyte::Handlers::UTF8Handler should raise when a range and...Rick Olson2007-01-231-0/+3
* Ensure Chars#tidy_bytes only tidies broken bytes. Closes #6397 [Manfred Stien...Michael Koziarski2006-10-171-2/+5
* Make String#chars slicing behaviour consistent with String. Closes #6387 [Man...Michael Koziarski2006-10-121-1/+3
* Pull in latest multibyte patch. Closes #6346 [Manfred Stienstra]Michael Koziarski2006-10-041-2/+10
* Add ActiveSupport::Multibyte. Provides String#chars which lets you deal with...Michael Koziarski2006-10-031-0/+261