= private = protected
escape8bit(str)
Escapes 8 bit characters in str
# File lib/webrick/httputils.rb, line 509 def escape8bit(str) _escape(str, NONASCII) end