mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-08-20 22:06:25 +08:00
We have utf8_str() and utf8_string(), but no similar equivalent for wc_str(), so add one too, it seems nicer to use than ToStdWstring(). Closes #23463.