Module: ActiveSupport::Multibyte

Defined in:
lib/active_support/multibyte.rb,
lib/active_support/multibyte/chars.rb

Overview

Encapsulates all the functionality related to the Chars proxy.

Defined Under Namespace

Modules: Handlers Classes: Chars

Constant Summary collapse

DEFAULT_NORMALIZATION_FORM =
:kc
NORMALIZATIONS_FORMS =
[:c, :kc, :d, :kd]
UNICODE_VERSION =
'5.0.0'