method
escape8bit
escape8bit(str)
public
Hide source
# File lib/webrick/httputils.rb, line 387 def escape8bit(str) _escape(str, NONASCII) end