Function
Purpleurl_encode
Declaration [src]
const char*
purple_url_encode (
const char* str
)
Description [src]
Encodes a URL into an escaped string.
This will change non-alphanumeric characters to hex codes.
const char*
purple_url_encode (
const char* str
)
Encodes a URL into an escaped string.
This will change non-alphanumeric characters to hex codes.