Merge fixes for Unicode support in wxFileSystem::FindFirst()

Closes #11404.
This commit is contained in:
Vadim Zeitlin
2016-02-13 12:32:46 +01:00
5 changed files with 388 additions and 65 deletions

View File

@@ -137,11 +137,6 @@ protected:
static bool ParseIPv6address(const char*& uri);
static bool ParseIPvFuture(const char*& uri);
// should be called with i pointing to '%', returns the encoded character
// following it or -1 if invalid and advances i past it (so that it points
// to the last character consumed on return)
static int DecodeEscape(wxString::const_iterator& i);
// append next character pointer to by p to the string in an escaped form
// and advance p past it
//