pubsub-0.11: A library for Google/SixApart pubsub hub interaction

Maintainersof@forkIO.com

Web.Codec.URLEncoder

Description

License : See the file LICENSE

Status : Coded

Codec for de/encoding form data shipped in URL query strings or in POST request bodies. (application/x-www-form-urlencoded) (cf. RFC 3986.)

Synopsis

Documentation

isUTF8Encoded :: String -> BoolSource

isUTF8Encoded str tries to recognize input string as being in UTF-8 form. Will soon migrate to utf8-string.