fix wxStringOutputStream::Write() in Unicode build when the output overlaps a boundary between UTF-8 characters (bug 1701426)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@45732 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -94,6 +94,8 @@ Major new features in 2.8 release
|
||||
All:
|
||||
|
||||
- Fix bug in wxFileConfig when recreating a group (Steven Van Ingelgem)
|
||||
- Fix wxStringOutputStream::Write() in Unicode build when the argument
|
||||
overlaps UTF-8 characters boundary
|
||||
- Account for lines without newline at the end in wxExecute()
|
||||
- Added wxString::char_str() and wchar_str() methods for forward
|
||||
compatiblity with wxWidgets 3
|
||||
@@ -135,8 +137,6 @@ wxUniv:
|
||||
- Fix wxComboBox::SetSelection(wxNOT_FOUND)
|
||||
- Fix setting background colour for controls with transparent background
|
||||
|
||||
>>>>>>> 1.1006.2.35
|
||||
|
||||
2.8.3
|
||||
-----
|
||||
|
||||
|
Reference in New Issue
Block a user