"UnicodeError: UTF-16 stream does not start with BOM" when opening a file that appears to have a BOM

I have a project where most of the files are UTF-16, but one of them is UTF-8. After putting the correct encoding ("utf_8" or "utf_16") in strOpenEncoding, I tried this:

for strInput in open(strInputFileName, "r", newline="\n", encoding=strOpenEncoding):

      

I get this answer:

UnicodeError: UTF-16 stream does not start with BOM

      

I opened the file it is trying to manually open and it definitely contains a byte mark and definitely UTF-16. What am I doing wrong?

+3
python encoding byte-order-mark utf-16


source to share


No one has answered this question yet

See similar questions:

sixteen
utf-16 search for files in python. as?

or similar:

224
Using PowerShell to write a file in UTF-8 without BOM
109
Writing un-byte-marked text files (BOM)?
fourteen
Read UTF-8 text file using BOM
five
UnicodeError: UTF-16 stream does not start with BOM
4
Reading UTF-8 with BOM in ruby ​​2.5.0
2
Java Spring return CSV file encoded in UTF-8 using BOM
2
Writing a text file to Ant with UTF-16 encoding and BOM
1
Save UTF-16 encoded text file without Byte Marking (BOM) in C #?
1
How do I add a BOM to all UTF-8 files in a project?
0
Why does the BOM stick to UTF-8 when reading a file?



All Articles
Loading...
X
Show
Funny
Dev
Pics