str.iencoding
Recoding a string. The method recodes the specified string in order to send it using the POST method. Spaces are replaced with '+', special characters are replaced with their hexadecimal representations %XX. The result will be written to the string for which the method was called.
method str str.iencoding (
str src
)
str src
)
Parameters
src | The string for recoding. |
Return value
Returns the object which method has been called.
Related links | Source |