wxWidgets/tests/strings
Vadim Zeitlin 8c5df4b485 Use UTF-8 locale in Unicode formatting test
At least under FreeBSD, vsnprintf() doesn't work with Unicode strings in
non-UTF-8 locales (but just returns EILSEQ), so set such locale before
using it.
2022-06-23 21:15:58 +01:00
..
crt.cpp Remove BCC-specific hdrstop pragma from everywhere 2020-10-12 21:58:37 +02:00
hexconv.cpp Remove BCC-specific hdrstop pragma from everywhere 2020-10-12 21:58:37 +02:00
iostream.cpp Remove BCC-specific hdrstop pragma from everywhere 2020-10-12 21:58:37 +02:00
numformatter.cpp Relax check for converting "-" to long long in the unit tests 2021-02-22 12:57:58 +01:00
stdstrings.cpp Add wxString::utf8_string() 2021-03-06 15:12:07 +01:00
strings.cpp Use UTF-8 locale in Unicode formatting test 2022-06-23 21:15:58 +01:00
tokenizer.cpp Remove BCC-specific hdrstop pragma from everywhere 2020-10-12 21:58:37 +02:00
unichar.cpp Remove BCC-specific hdrstop pragma from everywhere 2020-10-12 21:58:37 +02:00
unicode.cpp Remove BCC-specific hdrstop pragma from everywhere 2020-10-12 21:58:37 +02:00
vararg.cpp Add support for std::string_view to wx vararg functions 2021-06-24 14:53:05 +01:00
vsnprintf.cpp Extract wxLocaleSetter from the tests into a private header 2021-08-07 18:04:22 +02:00