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
backlog-0.6.4 vendor/rails/activesupport/lib/active_support/multibyte.rb
backlog-0.6.3 vendor/rails/activesupport/lib/active_support/multibyte.rb
backlog-0.6.6 vendor/rails/activesupport/lib/active_support/multibyte.rb
backlog-0.7.0 vendor/rails/activesupport/lib/active_support/multibyte.rb
backlog-0.7.1 vendor/rails/activesupport/lib/active_support/multibyte.rb
backlog-0.7.10 vendor/rails/activesupport/lib/active_support/multibyte.rb
backlog-0.7.11 vendor/rails/activesupport/lib/active_support/multibyte.rb
backlog-0.7.12 vendor/rails/activesupport/lib/active_support/multibyte.rb
backlog-0.7.2 vendor/rails/activesupport/lib/active_support/multibyte.rb
backlog-0.7.3 vendor/rails/activesupport/lib/active_support/multibyte.rb
backlog-0.7.5 vendor/rails/activesupport/lib/active_support/multibyte.rb
backlog-0.7.4 vendor/rails/activesupport/lib/active_support/multibyte.rb
backlog-0.7.7 vendor/rails/activesupport/lib/active_support/multibyte.rb
backlog-0.7.6 vendor/rails/activesupport/lib/active_support/multibyte.rb
backlog-0.7.8 vendor/rails/activesupport/lib/active_support/multibyte.rb
backlog-0.7.9 vendor/rails/activesupport/lib/active_support/multibyte.rb
backlog-0.8.0 vendor/rails/activesupport/lib/active_support/multibyte.rb
backlog-0.9.0 vendor/rails/activesupport/lib/active_support/multibyte.rb
backlog-0.8.1 vendor/rails/activesupport/lib/active_support/multibyte.rb
backlog-0.9.1 vendor/rails/activesupport/lib/active_support/multibyte.rb