mirror of
https://github.com/github/rails.git
synced 2026-01-31 09:18:17 -05:00
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6044 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
7 lines
193 B
Ruby
7 lines
193 B
Ruby
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' |