mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-29 06:06:54 -06:00
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:
parent
5a22203da9
commit
e55b184bd4
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue