-
Notifications
You must be signed in to change notification settings - Fork 304
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The original fix in #771 resulted in essentially never setting the UTF8 output encoding because it only tested the fixed width bit on the font family, but every console font is fixed width. The proper fix appears to be testing that all 4 lower bits in FontFamily are not set. Fix #823
- Loading branch information
Showing
1 changed file
with
12 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters