I have .py script which contains following code to open specific text file (which was generated by Exchange Powershell):
with codecs.open(\"C:\\\\Temp\\\\myf
Just use "utf-16" instead of "utf_8".
"utf-16"
"utf_8"