]> git.saurik.com Git - wxWidgets.git/commit - src/common/strconv.cpp
Remove wxMBConv_mac and wxMBConv_macUTF8D converters and use wxMBConv_cf(wxFONTENCODI...
authorDavid Elliott <dfe@tgwbd.org>
Sat, 7 Jul 2007 19:10:15 +0000 (19:10 +0000)
committerDavid Elliott <dfe@tgwbd.org>
Sat, 7 Jul 2007 19:10:15 +0000 (19:10 +0000)
commit6ac84a787253ecedb262c739ec04e753e11c3697
treebde00f38b207b9f3614e188ae0ec6c6cefc33024
parent991dd5beb9feb764adc5c1e6a913186d2c17747e
Remove wxMBConv_mac and wxMBConv_macUTF8D converters and use wxMBConv_cf(wxFONTENCODING_UTF8) for wxConvFileName on Darwin platform regardless of GUI toolkit.
Check for Mac encodings in wxMBConv_wxwin::Init and fail to provide conversion for them via wxEncodingConverter because that code is horribly broken for several encodings.
Remove definition of wxConvLibc for non-Darwin Mac platforms (we don't support these anymore).

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