From f238d495b70a264abdb864fe8107e02766b285b4 Mon Sep 17 00:00:00 2001 From: Michael Koziarski Date: Tue, 3 Oct 2006 23:45:32 +0000 Subject: Add ActiveSupport::Multibyte. Provides String#chars which lets you deal with strings as a sequence of chars, not of bytes. Closes #6242 [Julian Tarkhanov, Manfred Stienstra & Jan Behrens] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5223 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activesupport/lib/active_support.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'activesupport/lib/active_support.rb') diff --git a/activesupport/lib/active_support.rb b/activesupport/lib/active_support.rb index 4289e57865..5504fa8f01 100644 --- a/activesupport/lib/active_support.rb +++ b/activesupport/lib/active_support.rb @@ -40,3 +40,5 @@ require 'active_support/option_merger' require 'active_support/values/time_zone' require 'active_support/json' + +require 'active_support/multibyte' -- cgit v1.2.3