aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/multibyte/handlers/utf8_handler.rb
Commit message (Expand)AuthorAgeFilesLines
* Simplify ActiveSupport::Multibyte and make it run on Ruby 1.9.Manfred Stienstra2008-09-211-564/+0
* Merge docrails.Pratik Naik2008-05-251-10/+8
* Improve documentation coverage and markupXavier Noria2008-05-021-1/+3
* Standardize on using hyphens rather than colons to separate option names from...Marcel Molina2007-11-061-2/+2
* Multibyte: String#slice supports regexp argument. Closes #9646.Jeremy Kemper2007-10-151-0/+2
* Make the utf-handler return the correct value for non-matching regular expres...Michael Koziarski2007-08-051-1/+1
* Add ljust, rjust and center to utf8-handler. Closes #9165 [manfred]Michael Koziarski2007-08-051-0/+66
* Add support for []= on ActiveSupport::Multibyte::Chars. Closes #9142. [ewan, ...Marcel Molina2007-07-311-0/+38
* Nodoc the irrelevant (from 1.2)David Heinemeier Hansson2007-01-261-2/+3
* ActiveSupport::Multibyte::Handlers::UTF8Handler should raise when a range and...Rick Olson2007-01-231-2/+6
* Lazily load the Unicode Database in the UTF-8 Handler [Rick Olson]Rick Olson2006-11-091-22/+33
* Ensure Chars#tidy_bytes only tidies broken bytes. Closes #6397 [Manfred Stien...Michael Koziarski2006-10-171-6/+11
* Make String#chars slicing behaviour consistent with String. Closes #6387 [Man...Michael Koziarski2006-10-121-3/+3
* Pull in latest multibyte patch. Closes #6346 [Manfred Stienstra]Michael Koziarski2006-10-041-19/+9
* Add ActiveSupport::Multibyte. Provides String#chars which lets you deal with...Michael Koziarski2006-10-031-0/+447