URL_ENCODING

Detailed Description

Macros

#define URL_ENCODING_UTF16
 
#define URL_ENCODING_ESCAPED
 

Macro Definition Documentation

◆ URL_ENCODING_UTF16

#define URL_ENCODING_UTF16

String contains umlauts and spaces. The last # following the last slash is regarded as start of the anchor. (The anchor following the hash mark must be escaped!)

◆ URL_ENCODING_ESCAPED

#define URL_ENCODING_ESCAPED

String contains an escaped url (all umlauts, spaces and other stuff that does not belong there is % according to RFC 2396.)