Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Provides full unicode output for wincon
Windows API requires a sequence of UTF-16 encoded wchars. This commit identifies whether a Unicode codepoint is above 0xFFFF and, in that case, encodes them into UTF-16 before passing it to windows API.
- Loading branch information