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



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to