Sha256: 0dba35b498d75adebc180ecf2d6423cfe2aa590bce795dc652a6beba0af69226

Contents?: true

Size: 214 Bytes

Versions: 46

Compression:

Stored size: 214 Bytes

Contents

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'

Version data entries

46 entries across 46 versions & 9 rubygems

Version Path
swivel-0.0.156 vendor/activesupport-2.0.2-/lib/active_support/multibyte.rb
swivel-0.0.160 vendor/activesupport-2.0.2-/lib/active_support/multibyte.rb
swivel-0.0.175 vendor/activesupport-2.0.2-/lib/active_support/multibyte.rb
swivel-0.0.155 vendor/activesupport-2.0.2-/lib/active_support/multibyte.rb
swivel-0.0.157 vendor/activesupport-2.0.2-/lib/active_support/multibyte.rb
swivel-0.0.152 vendor/activesupport-2.0.2-/lib/active_support/multibyte.rb