# File lib/helpers/char.rb, line 4
    def self.prepare(string)
      result = romanize_cyrillic string
      result = fix_umlauts result
      result.gsub(/\W/, '').downcase
    end