# File lib/action_mailer/vendor/tmail/encode.rb, line 263
    def phrase( str )
      str = normalize_encoding(str)
      if CONTROL_CHAR === str
        scanadd str
      else
        add_text quote_phrase(str)
      end
    end