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.7 $ $Date: 2011/02/28 02:56:32 $[go to top]