added wxTextOutputStream::Flush(): this is necessary with the stateful encodings...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 1 Jun 2008 03:09:25 +0000 (03:09 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 1 Jun 2008 03:09:25 +0000 (03:09 +0000)
commitca8cf4fffbe8e6671dd96927cd06ec11513b4173
tree2e2cfb0b1a954804403d2e6276e4cd7732bd4404
parent9d653e810c23660d41b1e9e6cfc64646d9ceef2d
added wxTextOutputStream::Flush(): this is necessary with the stateful encodings, such as UTF-7

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53890 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/txtstrm.h
interface/txtstrm.h
src/common/txtstrm.cpp
tests/mbconv/mbconvtest.cpp