method
normalize
v3.2.13 -
Show latest stable
- Class:
ActiveSupport::Multibyte::Chars
normalize(form = nil)public
Returns the KC normalization of the string by default. NFKC is considered the best normalization form for passing strings to databases and validations.
-
form - The form you want to normalize in. Should be one of the following: :c, :kc, :d, or :kd. Default is ActiveSupport::Multibyte::Unicode.default_normalization_form