Make wxMBConv_iconv MT-safe by not using wxString in it.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 31 Oct 2010 13:41:03 +0000 (13:41 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 31 Oct 2010 13:41:03 +0000 (13:41 +0000)
commitb64f93b67f1fa4f93c0f1d2f2500197b3a32ec9f
tree495dc1ce35671549f959f8d4de4ac622846819da
parent60d5c563d29ef0d99cdcfb5ac235f62f64476002
Make wxMBConv_iconv MT-safe by not using wxString in it.

Use just "char *" for wxMBConv_iconv::m_name to avoid MT-safety problems
related to using a wxString (which is not always MT-safe) from multiple
threads.

See #12630.

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