method

utf8

utf8()
public

No documentation available.

# File activestorage/app/models/active_storage/filename/parameters.rb, line 22
  def utf8
    "filename*=UTF-8''" + percent_escape(filename.sanitized, RFC_5987_ESCAPED_CHAR)
  end