# File lib/itex_stringsupport.rb, line 75
  def purify
    text = check_ncrs
    text.split(//u).grep(UTF8_REGEX).join
  end