No documentation

This module has no description. You can help the Ruby on Rails community by adding new notes.

Constants

UNICODE_VERSION = RbConfig::CONFIG["UNICODE_VERSION"]

NORMALIZATION_FORM_ALIASES = { # :nodoc: c: :nfc, d: :nfd, kc: :nfkc, kd: :nfkd }

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

Attributes

[RW] default_normalization_form

The default normalization used for operations that require normalization. It can be set to any of the normalizations in NORMALIZATION_FORMS.

ActiveSupport::Multibyte::Unicode.default_normalization_form = :c
Show files where this module is defined (1 file)
Register or log in to add new notes.