fixed NextChar() to read the entire character at once as before it stopped on the...
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 5 Apr 2006 16:17:58 +0000 (16:17 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 5 Apr 2006 16:17:58 +0000 (16:17 +0000)
commitd7f73361b999778884506a6c7ce2a1548d53a094
tree2365acab41940b00aa0886ddd9d435ddf0139a0a
parentd36c9347ea16171bc2f855076d8b9b11801ec622
fixed NextChar() to read the entire character at once as before it stopped on the first byte for ASCII input encoded as UTF-32LE

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38577 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/common/txtstrm.cpp