@@ -21,14 +21,14 @@ /** * Encodes a string for use in a URL. * * \return A new, autoreleased string */ -- (OFString*)urlEncodedString; +- (OFString*)stringByURLEncoding; /** * Decodes a string used in a URL. * * \return A new, autoreleased string */ -- (OFString*)urlDecodedString; +- (OFString*)stringByURLDecoding; @end