replaced recently added wxMBConv::GetMBNul() with a less clever but better
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 2 Apr 2006 14:59:53 +0000 (14:59 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 2 Apr 2006 14:59:53 +0000 (14:59 +0000)
commitc1464d9d10f8b04eb77882982c2f31b723be291f
treeccd1c8a5c63fecc92b391b94b0a7b4e97e86aff8
parent11fead7c4651091aa20c3a8c2dd4d25586460108
replaced recently added wxMBConv::GetMBNul() with a less clever but better
working GetMinMBCharWidth(): the idea is that we can't deal with completely
arbitrary encodings anyhow using the current API as we get confused by NUL
runs in the middle of the string, so instead just deal correctly with normal
multibyte encodings, UTF-16/UCS-2 and UTF-32/UCS-4 which should cover 99.9% of
the cases

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