[Lldb-commits] [PATCH] D17107: [lldb] Unicode support on Win32

Cameron via lldb-commits lldb-commits at lists.llvm.org
Mon Feb 22 15:39:04 PST 2016


cameron314 added inline comments.

================
Comment at: lldb/trunk/tools/driver/Driver.cpp:1289
@@ +1288,3 @@
+    // Indicate that all our output is in UTF-8
+    SetConsoleCP(CP_UTF8);
+#endif
----------------
zturner wrote:
> Is this going to affect the state of the console even after quitting LLDB?
Hmm, turns out it does. I'll add code to revert it at the end.


Repository:
  rL LLVM

http://reviews.llvm.org/D17107





More information about the lldb-commits mailing list