Do not use wxIsprint() in EVT_CHAR example in the documentation.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 9 Sep 2012 10:46:14 +0000 (10:46 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 9 Sep 2012 10:46:14 +0000 (10:46 +0000)
commit6b7bcbf1efd8e793e18af042060039a74674770b
tree4412fa42a1c7b48e853c4cd9932976b701babafd
parentbe8d847d4a69226adf2bca4c3ab06065d69dbcf4
Do not use wxIsprint() in EVT_CHAR example in the documentation.

This is incorrect as wxIsprint() is locale-dependent and only really works as
expected in UTF-8 locales (which are never used under Windows). Instead, just
test for control characters directly.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72448 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
interface/wx/event.h