wxWidgets/tests/uris
Vadim Zeitlin 314630945a Fix wxURI::Unescape() to work with Unicode strings
Such strings are not really URIs as they should have been encoded if they were
but we can obtain them from e.g. wxFileSystem::FindFirst(), so handle them
correctly here as it's simpler than checking all the places where Unescape()
is called.

Add a unit test checking that decoding an URI containing both Unicode and
percent-encoded Unicode characters works correctly.
2016-02-13 04:01:27 +01:00
..
ftp.cpp Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
uris.cpp Fix wxURI::Unescape() to work with Unicode strings 2016-02-13 04:01:27 +01:00
url.cpp Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00