/ Forums / Advansys Formativ / Creating Solutions with Formativ / CopyHTMLToClipboard and space characters in file names / Reply To: CopyHTMLToClipboard and space characters in file names

#7342
Support 1
Participant

    My apologies for misinforming you about HtmlEncode. In fact this function is for encoding characters deemed ‘special’ in HTML, eg. “&” is encoded as “&”.

    If you need a general-purpose routine for encoding a URL, you will need to write one (unless you can track down some source code via the Web, say). Google turns up this reference on which characters must be encoded.

    I hope this is helpful.

    Regards,
    Advansys Support