add wxMBConvStrictUTF8 class implementing just UTF-8 conversion, without support...
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 24 Jul 2007 15:01:10 +0000 (15:01 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 24 Jul 2007 15:01:10 +0000 (15:01 +0000)
commit0286d08d1453506f9ff9a830d58b3b35817d0b14
tree9b3b3cbcde350b11fb3c6be0d1ecadf29b7c8a9a
parent6989272940123609336605ddbc1ebe3db001ccb1
add wxMBConvStrictUTF8 class implementing just UTF-8 conversion, without support for PUA/octal mappings and use it for wxConvUTF8 as it's simpler and more efficient (~20% faster)

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