Add the code that recodes URLs.
authorThiago Macieira <thiago.macieira@intel.com>
Mon, 5 Sep 2011 21:17:21 +0000 (23:17 +0200)
committerQt by Nokia <qt-info@nokia.com>
Thu, 29 Mar 2012 23:19:59 +0000 (01:19 +0200)
commit6028efa3ff56b58ce70d5b8fdb53030185149028
treed809a79bf11ed92778da5dc81fe45bbe2165ace6
parent4c7e950aad0ed7b2bc114b3ffd5c73f7a433af52
Add the code that recodes URLs.

This one function is an all-in-one:
 - UTF-8 encoder
 - UTF-8 decoder
 - percent encoder
 - percent decoder

The next step is add the ability to modify the behaviour, by telling
the function what else it must encode or decode and what it should
leave untouched.

Change-Id: I997eccfd2f9ad8487305670b18d6c806f4cf6717
Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
src/corelib/io/io.pri
src/corelib/io/qurl.h
src/corelib/io/qurlrecode.cpp [new file with mode: 0644]
tests/auto/corelib/io/qurlinternal/tst_qurlinternal.cpp