diff --git a/TaskB04/run b/TaskB04/run index b2058e4..80b6eb7 100644 --- a/TaskB04/run +++ b/TaskB04/run @@ -56,5 +56,7 @@ shutil.copy( ) with open(sys.argv[1].replace('.arg', ''), 'r') as f: + print(f.decode('utf-16', 'ignore')) for line in f: - print(line.decode('utf-16', 'ignore')) + # print(line.decode('utf-16', 'ignore')) + print(line)