x-www-form-urlencoded
string. The platform's default encoding is used to determine what characters are represented by any consecutive sequences of the form "%xy
".
@param s the String
to decode
@deprecated The resulting string may vary depending on the platform'sdefault encoding. Instead, use the decode(String,String) method to specify the encoding.
@return the newly decoded String
|
|