diff options
Diffstat (limited to 'src/courtroom.cpp')
| -rw-r--r-- | src/courtroom.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/courtroom.cpp b/src/courtroom.cpp index 1d0509b3..a89b8143 100644 --- a/src/courtroom.cpp +++ b/src/courtroom.cpp @@ -4011,6 +4011,7 @@ void Courtroom::on_ooc_return_pressed() } QTextStream out(&file); + out.setCodec("UTF-8"); foreach (chatlogpiece item, ic_chatlog_history) { out << item.get_full() << '\n'; |
