aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/multibyte_handler_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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