Attempt to use wc_str() even if wxWidgets is not built with Unicode.
According to the wxWidgets documentation, it works. But of course, you don't want to trust the wxWidgets documentation, particularly when it deals with characters encoding. Or rather, you'd like to trust the documentation, but you can't trust the actual implementation to work until you tested it. So lets see if it works, and revert commit it tomorrow if it sucks.
Showing
Please register or sign in to comment