Gentee Programming Language > Documentation > Libraries Download documentation

str.iencoding

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.
 
str str.iencoding(
      str   src
)

Parameters

srcThe string for recoding.

Return value

Returns the object which method has been called.

See also

    Internet


 Copyright © 2004-2006 Gentee Inc. All rights reserved.