Module: ActiveSupport::Multibyte

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

Overview

:nodoc:

Defined Under Namespace

Classes: Chars, Codepoint, EncodingError, UnicodeDatabase

Constant Summary collapse

NORMALIZATION_FORMS =

A list of all available normalization forms. See www.unicode.org/reports/tr15/tr15-29.html for more information about normalization.

[:c, :kc, :d, :kd]
UNICODE_VERSION =

The Unicode version that is supported by the implementation

'5.1.0'
UCD =

UniCode Database

UnicodeDatabase.new