fix wxMBConv_iconv to respect the base class conventions: when the input is NUL-termi...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 31 May 2008 01:39:32 +0000 (01:39 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 31 May 2008 01:39:32 +0000 (01:39 +0000)
commitd50c083157f7280e9244595a7c0de72bbead2e7d
tree08720f365217c43a7aca101fab7e978c90ec9700
parent467a2982d277060eced5160b4dc88daff442eb87
fix wxMBConv_iconv to respect the base class conventions: when the input is NUL-terminated, the output should be NUL-terminated and the return value should account for the terminating NUL

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