Encodes characters in the given string as '%'-escaped octets using the UTF-8 scheme. Leaves letters ("A-Z", "a-z"), numbers ("0-9"), and unreserved characters ("_-!.~'() ") intact. Encodes all other characters. @param s string to encode @return an encoded version of s suitable for use as a URI comp
(String s)
source not stored for this graph (policy: none)
no test coverage detected