# File lib/unf_jruby.rb, line 9
    def normalize(string, normalization_form)
      @normalizer.normalize(string, form(normalization_form))
    end