wxwidgets/tests/benchmarks/htmlparser
Vadim Zeitlin 4519d8e08a Remove wxUSE_UNICODE checks as they're always true now
Also remove all code guarded by "#if !wxUSE_UNICODE".
2022-10-27 19:43:30 +02:00
..
htmlpars.cpp Remove wxUSE_UNICODE checks as they're always true now 2022-10-27 19:43:30 +02:00
htmlpars.h Remove wxUSE_UNICODE checks as they're always true now 2022-10-27 19:43:30 +02:00
htmltag.cpp Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
htmltag.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
README

This is a copy of wxWidgets 2.8's  wxHTML parser. Unlike the 2.9+ version, it
uses wxString::operator[] during parsing and so is perfect for testing
real-life performance of the new wxString class' operator[] caching.