quvi-dump: Do not escape reserved chars in URLs
commitd796a73a73d62db48c1d8f9bb1691fa3f92d5aec
authorToni Gundogdu <legatvs@gmail.com>
Thu, 10 Oct 2013 18:26:47 +0000 (10 21:26 +0300)
committerToni Gundogdu <legatvs@gmail.com>
Tue, 15 Oct 2013 14:40:24 +0000 (15 17:40 +0300)
tree281b7f8abadcf5daeaae41107cf09b590e885c2c
parent384a6287108c9576ab7c13bcb8ea42074b96397c
quvi-dump: Do not escape reserved chars in URLs

Other:
* Escape UTF8 chars in the URLs (lprint:{rfc2483,json})

See also:
* https://tools.ietf.org/html/rfc3986#section-2.2
* https://en.wikipedia.org/wiki/Percent-encoding

Signed-off-by: Toni Gundogdu <legatvs@gmail.com>
src/main.c
src/print/json_print.c
src/print/rfc2483_print.c
src/print/xml_print.c