Ensure that strings returned by wxMBConv_cf are in NFC form.
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 5 Nov 2010 21:40:09 +0000 (21:40 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 5 Nov 2010 21:40:09 +0000 (21:40 +0000)
commit8244507f687f59a6493948cc4482ee19f82e66c5
treee9a9e689b591617fec117eede2c1fd16b4054277
parentdc36b43adf22c24d5f30ad7b7021bf9da4ce0d81
Ensure that strings returned by wxMBConv_cf are in NFC form.

Normalize all Unicode strings used internally even though the Darwin kernel
gives them to us in decomposed (NFD) form.

Closes #11730.

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