wxwidgets/tests/strings
Vadim Zeitlin 3bc0d1ed92 Deprecate unused wxMBConv parameters in wxString functions
Some wxString functions using wide strings still took wxMBConv just for
consistency with the same functions taking narrow strings in ANSI build,
but this doesn't really make sense any longer because the same code
can't be compiled with different values of wxChar -- it is always the
same thing as wchar_t now, and so we shouldn't pass unused conversion
objects to these functions any more.

So give deprecation warning when these functions are used (but without
formally deprecating them, as it doesn't cost much to keep them) and
avoid using them in the library code.
2022-10-28 21:16:10 +01:00
..
crt.cpp Remove wxUSE_UNICODE checks as they're always true now 2022-10-27 19:43:30 +02:00
hexconv.cpp Remove BCC-specific hdrstop pragma from everywhere 2020-10-12 21:58:37 +02:00
iostream.cpp Remove wxUSE_UNICODE checks as they're always true now 2022-10-27 19:43:30 +02:00
numformatter.cpp Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
stdstrings.cpp Remove wxUSE_UNICODE checks as they're always true now 2022-10-27 19:43:30 +02:00
strings.cpp Remove wxUSE_UNICODE checks as they're always true now 2022-10-27 19:43:30 +02:00
tokenizer.cpp Remove wxUSE_UNICODE checks as they're always true now 2022-10-27 19:43:30 +02:00
unichar.cpp Remove wxUSE_UNICODE checks as they're always true now 2022-10-27 19:43:30 +02:00
unicode.cpp Deprecate unused wxMBConv parameters in wxString functions 2022-10-28 21:16:10 +01:00
vararg.cpp Avoid another warning triggered by the last warning workaround 2022-10-18 21:40:48 +02:00
vsnprintf.cpp Remove wxUSE_UNICODE checks as they're always true now 2022-10-27 19:43:30 +02:00