lib/active_support/multibyte.rb in activesupport-1.4.4 vs lib/active_support/multibyte.rb in activesupport-2.0.0

- old
+ new

@@ -1,7 +1,9 @@ -module ActiveSupport::Multibyte #:nodoc: - DEFAULT_NORMALIZATION_FORM = :kc - NORMALIZATIONS_FORMS = [:c, :kc, :d, :kd] - UNICODE_VERSION = '5.0.0' +module ActiveSupport + module Multibyte #:nodoc: + DEFAULT_NORMALIZATION_FORM = :kc + NORMALIZATIONS_FORMS = [:c, :kc, :d, :kd] + UNICODE_VERSION = '5.0.0' + end end -require 'active_support/multibyte/chars' \ No newline at end of file +require 'active_support/multibyte/chars'