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.hppfunctionsWriteConsoleW. This means switching towstringandwostream, or setting up cout locale to convert UTF-8 to UTF-16 (withcodecvt_utf8_utf16).See: