(encode-pchar s)
percent-encode a url path segment without over-encoding (which many platform url decoders do). Notably, this impl is compatible with java.net.URI which fails on some chars in the 'unwise set', which are probably safe today.
percent-encode a url path segment without over-encoding (which many platform url decoders do). Notably, this impl is compatible with java.net.URI which fails on some chars in the 'unwise set', which are probably safe today.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close