rewrote UTF-7 to work on streams of data to be comaptible with the way wxTextStream uses the converters; also converted a couple off by 1 bugs and unit test finally pass now
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53889 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -271,6 +271,7 @@ All:
|
||||
- wxString now uses std::[w]string internally by default, meaning that it is
|
||||
now thread-safe if the standard library provided with your compiler is.
|
||||
- Added wxCmdLineParser::AddUsageText() (Marcin 'Malcom' Malich).
|
||||
- Fix reading/writing UTF-7-encoded text streams.
|
||||
|
||||
All (Unix):
|
||||
|
||||
|
Reference in New Issue
Block a user