Add convenient wxMBConv::cMB2WC/WC2MB overloads taking buffers.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 12 Sep 2009 22:40:25 +0000 (22:40 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 12 Sep 2009 22:40:25 +0000 (22:40 +0000)
commit40ac5040ce7de5b2849c01543cace239ad8a7639
tree3c44ea2e7e7d18d349df5f9f1edc0c7a78f395bd
parentc8299fa80cf23b0f1af2200e4a91d6d5fbb4a580
Add convenient wxMBConv::cMB2WC/WC2MB overloads taking buffers.

These overloads allow not to worry about buffer lengths and just convert
between wxCharBuffer and wxWCharBuffer directly in a convenient way.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61896 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
include/wx/strconv.h
interface/wx/strconv.h
src/common/strconv.cpp