ObjFW  Diff

Differences From Artifact [5c77cce892]:

To Artifact [a68ac0b7c6]:


10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
 */

#import "OFString.h"

extern int _OFURLEncoding_reference;

/**
 * The OFString (OFURLEncoding) category provides an easy way to encode and
 * decode strings for URLs.
 */
@interface OFString (OFURLEncoding)
/**
 * Encodes a string for use in a URL.
 *
 * \return A new autoreleased string
 */







|
<







10
11
12
13
14
15
16
17

18
19
20
21
22
23
24
 */

#import "OFString.h"

extern int _OFURLEncoding_reference;

/**
 * \brief A category which provides URL encoding and decoding.

 */
@interface OFString (OFURLEncoding)
/**
 * Encodes a string for use in a URL.
 *
 * \return A new autoreleased string
 */