mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-08-20 22:06:25 +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.