EnglishРусский  
The project is closed! You can look at a new scripting language. It is available on GitHub.
Also, try our open source cross-platform automation software.

Ads

Installer and installation software
Commercial and Freeware installers.

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
)

Parameters

src The string for recoding.

Return value

Returns the object which method has been called.

Related links

Source