Backported fixes

This commit is contained in:
Arnaud Diederen
2021-07-12 09:37:09 +02:00
parent 7a5c73196d
commit e1f854822d
10 changed files with 33 additions and 1 deletions
+2
View File
@@ -57,6 +57,8 @@ class IDAPythonStdOut:
"""
Dummy file-like class that receives stout and stderr
"""
encoding = "UTF-8"
def write(self, text):
# NB: in case 'text' is Unicode, msg() will decode it
# and call msg() to print it