wxWidgets/docs/doxygen
Vadim Zeitlin e125c3b657 Allow disabling unsafe implicit conversions in wxString
While we have to keep these conversions enabled by default, they are very
dangerous as they can result in silent data loss on any system not using a
locale with UTF-8 encoding, i.e. always under MSW.

Allow mitigating this by defining wxNO_UNSAFE_WXSTRING_CONV when compiling the
application code using the library, which makes these conversions invisible to
the user code, and so can be used without recompiling the library.

Also add wxUSE_UNSAFE_WXSTRING_CONV which can be set to 0 when compiling the
library to disable these conversions globally for all applications using it.

Closes #11830.
2017-02-12 02:29:30 +01:00
..
groups
images Reduce size of the PNGs used in Doxygen documentation 2016-10-05 22:19:26 +02:00
mainpages Allow disabling unsafe implicit conversions in wxString 2017-02-12 02:29:30 +01:00
overviews Merge branch 'helloworld-doc' 2016-11-16 18:02:28 +01:00
scripts
custom_footer.html
custom_header.html
Doxyfile Update version to 3.1.1 2016-03-03 23:23:06 +01:00
DoxygenLayout.xml
extra_stylesheet.css
latex_header.tex
logo.png Reduce size of the PNGs used in Doxygen documentation 2016-10-05 22:19:26 +02:00
regen.bat
regen.sh Update year in copyright notices to 2017 2017-01-04 11:25:00 +01:00
wxwidgets.js