# File lib/thinking_sphinx/utf8.rb, line 14
  def encode
    string.encode!('ISO-8859-1')
    string.force_encoding('UTF-8')
  end