ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 151617181920212223242526
Character string containing the encoded URL. Non-allowed characters are changed to %xx, where xx is the hexadecimal value of this character.This function returns no error code because all character strings can be encoded.
URL to be encoded (in ANSI format).
Versions 22 and laterURL encoding format: encodeURLFromAnsiURL format. The encoded text only contains characters allowed in a URL. The text to encode is an ANSI string.encodeURLFromUTF8(Default value)URL format. The encoded text only contains characters allowed in a URL. The text to encode is a UTF-8 string.encodeURLParameterURL format. The specific characters of a URL are encoded to pass a URL as a parameter to another URL. Caution: The URL passed as parameter must have been encoded with the encodeURLFromAnsi or encodeURLFromUTF8 constant. This parameter is not available.New in version 22URL encoding format: encodeURLFromAnsiURL format. The encoded text only contains characters allowed in a URL. The text to encode is an ANSI string.encodeURLFromUTF8(Default value)URL format. The encoded text only contains characters allowed in a URL. The text to encode is a UTF-8 string.encodeURLParameterURL format. The specific characters of a URL are encoded to pass a URL as a parameter to another URL. Caution: The URL passed as parameter must have been encoded with the encodeURLFromAnsi or encodeURLFromUTF8 constant. This parameter is not available.URL encoding format: encodeURLFromAnsiURL format. The encoded text only contains characters allowed in a URL. The text to encode is an ANSI string.encodeURLFromUTF8(Default value)URL format. The encoded text only contains characters allowed in a URL. The text to encode is a UTF-8 string.encodeURLParameterURL format. The specific characters of a URL are encoded to pass a URL as a parameter to another URL. Caution: The URL passed as parameter must have been encoded with the encodeURLFromAnsi or encodeURLFromUTF8 constant. This parameter is not available.
Characters allowed in an encoded URL
Special cases
Last update: 12/22/2020
Send a report | Local help
Searching...
I accept the terms of the license agreement
All you have to do is configure your product as follows: