Reverted wxFileSystem support in wxLocale.
The implementation was broken in numerous ways. URLs were corrupted in search paths thanks to use of wxFileName for normalization. Lookup of catalogs was broken, because ":" in URLs were interpreted as path separators. Asserts occured because filenames were (incorrectly!) interpreted as URLs. Will replace with proper implementation. See #8793, #11491. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63764 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -545,7 +545,6 @@ All:
|
||||
- Cleaned up wxURI and made it Unicode-friendly.
|
||||
- Add support for wxExecute(wxEXEC_ASYNC) in wxBase (Lukasz Michalski).
|
||||
- Added wxXLocale class and xlocale-like functions using it.
|
||||
- Allow loading message catalogs from wxFileSystem (Axel Gembe).
|
||||
- Added wxMessageQueue class for inter-thread communications
|
||||
- Use UTF-8 for Unicode data in wxIPC classes (Anders Larsen)
|
||||
- Added support for user-defined types to wxConfig (Marcin Wojdyr).
|
||||
|
Reference in New Issue
Block a user