@@ -157,10 +157,16 @@ /** * @brief The IRI with relative subpaths resolved. */ @property (readonly, nonatomic) OFIRI *IRIByStandardizingPath; +/** + * @brief The IRI with percent-encoding applied to all Unicode characters. + */ +@property (readonly, nonatomic) + OFIRI *IRIByAddingPercentEncodingForUnicodeCharacters; + #ifdef OF_HAVE_FILES /** * @brief The local file system representation for a file IRI. * * @note This only exists for IRIs with the file scheme and throws an exception