# File lib/rack/test.rb, line 299
    def self.encoding_aware_strings?
      defined?(Encoding) && "".respond_to?(:encode)
    end