MHCANONICALISE

Use this routine to urlencode a string.

$51="John Smith"
perform "_MHCANONICALISE"
dummye1="%%dummye1%%%&lname=%%$51"

Notes:

This function is available for all Windows and Unix platforms supported by Uniface.

Alternative Signature Definition (Uniface 7.2/8.2):

short MHInternetCanonicaliseUrl(char *urlin,
                                char *urlout,
                                unsigned long urllen)

urllen is the maximum size the string may hold (as defined in the signature definition).
$Revision: 1.5 $ $Date: 2003/07/16 00:34:38 $[go to top]