mediawiki-0.2: Interfacing with the MediaWiki APISource codeContentsIndex
MediaWiki.Util.Codec.Percent
Maintainersof@forkIO.com
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 -> StringSource
getDecodedString :: String -> StringSource
getEncodedChar :: Char -> Maybe StringSource
getDecodedChar :: String -> Maybe (Char, String)Source
Produced by Haddock version 2.7.2