remove wxCSConv::MB2WC/WC2MB, implement Latin-1 fallback conversion in To/FromWChar...
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 15 Jul 2008 16:09:00 +0000 (16:09 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 15 Jul 2008 16:09:00 +0000 (16:09 +0000)
commit05392dc8c6a8b027f36985e6a91a358c7634f187
tree73fcf9f200968d3819266a46eda5fe6aac198f4c
parent99ea81de15a61bad684757f747bbd522246aaad6
remove wxCSConv::MB2WC/WC2MB, implement Latin-1 fallback conversion in To/FromWChar() themselves; this is more efficient and removing the old code fixes off by 1 bugs in it (related to #9739)

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