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. |
||
|---|---|---|
| .. | ||
| crt.cpp | ||
| hexconv.cpp | ||
| iostream.cpp | ||
| numformatter.cpp | ||
| stdstrings.cpp | ||
| strings.cpp | ||
| tokenizer.cpp | ||
| unichar.cpp | ||
| unicode.cpp | ||
| vararg.cpp | ||
| vsnprintf.cpp | ||