module Faker::Char

def self.prepare(string)

def self.prepare(string)
  result = romanize_cyrillic string
  result = fix_umlauts result
  result.gsub(/[^\w-]/, '').downcase
end