Sha256: 876994da1d6d1a709123da11162d9edd39b9e346ef11c69e5a7c58f478e6b1eb

Contents?: true

Size: 193 Bytes

Versions: 67

Compression:

Stored size: 193 Bytes

Contents

module ActiveSupport::Multibyte #:nodoc:
  DEFAULT_NORMALIZATION_FORM = :kc
  NORMALIZATIONS_FORMS = [:c, :kc, :d, :kd]
  UNICODE_VERSION = '5.0.0'
end

require 'active_support/multibyte/chars'

Version data entries

67 entries across 67 versions & 4 rubygems

Version Path
activesupport-1.4.1 lib/active_support/multibyte.rb
activesupport-1.4.3 lib/active_support/multibyte.rb
activesupport-1.4.4 lib/active_support/multibyte.rb
activesupport-1.4.2 lib/active_support/multibyte.rb
backlog-0.0.0 vendor/rails/activesupport/lib/active_support/multibyte.rb
backlog-0.0.1 vendor/rails/activesupport/lib/active_support/multibyte.rb
backlog-0.0.2 vendor/rails/activesupport/lib/active_support/multibyte.rb
backlog-0.0.5 vendor/rails/activesupport/lib/active_support/multibyte.rb
backlog-0.0.4 vendor/rails/activesupport/lib/active_support/multibyte.rb
backlog-0.1.1 vendor/rails/activesupport/lib/active_support/multibyte.rb
backlog-0.1.0 vendor/rails/activesupport/lib/active_support/multibyte.rb
backlog-0.1.2 vendor/rails/activesupport/lib/active_support/multibyte.rb
backlog-0.2.0 vendor/rails/activesupport/lib/active_support/multibyte.rb
backlog-0.2.1 vendor/rails/activesupport/lib/active_support/multibyte.rb
backlog-0.3.0 vendor/rails/activesupport/lib/active_support/multibyte.rb
backlog-0.3.1 vendor/rails/activesupport/lib/active_support/multibyte.rb
backlog-0.3.2 vendor/rails/activesupport/lib/active_support/multibyte.rb
backlog-0.3.3 vendor/rails/activesupport/lib/active_support/multibyte.rb
backlog-0.3.4 vendor/rails/activesupport/lib/active_support/multibyte.rb
backlog-0.3.6 vendor/rails/activesupport/lib/active_support/multibyte.rb