# File lib/mail/version_specific/ruby_1_9.rb, line 77
    def Ruby19.param_decode(str, encoding)
      string = URI.unescape(str)
      string.force_encoding(encoding) if encoding
      string
    end