You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support Windows Console API in terminal.hpp functions
Implement Unicode console output through WriteConsoleW. This means switching to wstring and wostream, or setting up cout locale to convert UTF-8 to UTF-16 (with codecvt_utf8_utf16).
This amounts to two changes:
terminal.hpp
functionsWriteConsoleW
. This means switching towstring
andwostream
, or setting up cout locale to convert UTF-8 to UTF-16 (withcodecvt_utf8_utf16
).See:
The text was updated successfully, but these errors were encountered: