]> git.saurik.com Git - wxWidgets.git/commit - interface/wx/intl.h
Remove wxLOCALE_CONV_ENCODING flag.
authorVáclav Slavík <vslavik@fastmail.fm>
Fri, 16 Apr 2010 11:29:22 +0000 (11:29 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Fri, 16 Apr 2010 11:29:22 +0000 (11:29 +0000)
commit3acf8a8d9b31ca97d21627d6f6c82fd4a9ed04b5
tree2e55c2e2914aee734a28af5c461b60fdd6204120
parentf30bd8f2620617ebbd1fd96d00a6fda514ceeb64
Remove wxLOCALE_CONV_ENCODING flag.

This doesn't affect Unicode builds, only the legacy ANSI one.

PO files are now always converted to the appropriate charset according
to current locale. This was the default behavior for long time; not
doing the conversion was always a fragile hack that didn't work well.
Removing this flag simplifies wxLocale code.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63993 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
docs/doxygen/overviews/nonenglish.h
include/wx/intl.h
interface/wx/intl.h
samples/internat/internat.cpp
src/common/intl.cpp
tests/intl/intltest.cpp
tests/strings/strings.cpp