# File lib/active_support/multibyte/chars.rb, line 379 def normalize(form = nil) chars(Unicode.normalize(@wrapped_string, form)) end