mirror of
https://github.com/github/rails.git
synced 2026-02-10 22:25:02 -05:00
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7917 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
10 lines
214 B
Ruby
10 lines
214 B
Ruby
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'
|