From e55b184bd438216ee5bc7020de30735083d184db Mon Sep 17 00:00:00 2001 From: cxl Date: Fri, 7 Oct 2011 08:12:07 +0000 Subject: [PATCH] ide: console now converts output from system charset (thanks Sender Ghost) (RM #97) git-svn-id: svn://ultimatepp.org/upp/trunk@3960 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- uppsrc/ide/Console.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/uppsrc/ide/Console.cpp b/uppsrc/ide/Console.cpp index bc1dba2e4..2cad23988 100644 --- a/uppsrc/ide/Console.cpp +++ b/uppsrc/ide/Console.cpp @@ -122,6 +122,7 @@ int Console::Flush() if(slot.outfile) slot.outfile->Put(s); if(!slot.quiet) { + s = FromSystemCharset(s); if(console_lock < 0 || console_lock == i) { console_lock = i; Append(s);