accept_charset=(accept_charset)
Set the accept character set for all new CGI instances.
# File lib/cgi/core.rb, line 752 def self.accept_charset=(accept_charset) @@accept_charset=accept_charset end