module RailsI18n::Transliteration::Ukrainian

def letter?(symbol)

apostrophe can be inside a word
def letter?(symbol)
  symbol =~ letter_regexp
end