mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-08-18 09:30:13 +08:00
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.