minor corrections to TranslateFromUnicodeFormat()
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 26 Mar 2009 23:07:07 +0000 (23:07 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 26 Mar 2009 23:07:07 +0000 (23:07 +0000)
commit55fffc34189cf3ca5a2a8ed2da2aa57149572e19
tree6d84a95f8784d6f62d3ed36a0e890b97526ef2a8
parent07c4e84f7b76cb223c9a295deca6881dc2b707c6
minor corrections to TranslateFromUnicodeFormat()

- Don't try to dereference end() iteratorm this will fail (unlike comparing
  pointer with NUL)
- Use prefix rather than postfix increment for iterator
- Use wxUniChar::GetValue() rather than cast to char for consistency with
  other switch statements in the same file

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