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
This commit is contained in:
cxl 2011-10-07 08:12:07 +00:00
parent 5a22203da9
commit e55b184bd4

View file

@ -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);