| Maintainer | sof@forkIO.com |
|---|---|
| Safe Haskell | Safe-Inferred |
MediaWiki.Util.Codec.Percent
Description
License : See the file LICENSE
Status : Coded Stability : provisional portability : portable
Codec for de/encoding URI strings via percent encodings (cf. RFC 3986.)
Documentation
getEncodedString :: String -> String Source
getDecodedString :: String -> String Source
getEncodedChar :: Char -> Maybe String Source