@@ -373,10 +373,12 @@ * @brief Returns the characters allowed in the fragment part of a URI. * * @return The characters allowed in the fragment part of a URI. */ + (OFCharacterSet *)URIFragmentAllowedCharacterSet; + ++ (OFCharacterSet *)of_URIPathAllowedCharacterSetWithoutExclamationMark; @end #ifdef __cplusplus extern "C" { #endif