added GetAllEncodingNames(), use it to select the correct encoding name to pass to...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 18 Sep 2005 14:01:14 +0000 (14:01 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 18 Sep 2005 14:01:14 +0000 (14:01 +0000)
commit8b3eb85d5ec8f68b168ae000bbbfa3af4b7fdb47
treedcbe69d41f4935780faf03cef740d6990cf32812
parent0ad5d837cb542d18741c0996ee3729f78efa0204
added GetAllEncodingNames(), use it to select the correct encoding name to pass to iconv_open()

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