[PATCH] D43046: [Windows] Set the console output page to UTF-8

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 7 14:40:28 PST 2018


rnk abandoned this revision.
rnk added a comment.

Maybe we shouldn't do this, I wrote in the bug:

> Unfortunately, it sounds like forcibly setting the user's console to the UTF8 codepage is hostile: https://github.com/stedolan/jq/issues/1121 Apparently it can cause window resizing, and I was able to confirm that the setting persists after exiting clang, which is really unclean. I want a solution where clang just prints UTF-8 and it works.




https://reviews.llvm.org/D43046





More information about the llvm-commits mailing list