Identify the structure of a .dat file in python

99 Views Asked by At

I have a .dat file that is coming from Mt4 platform and I want to read its content outside of mt4 but I cannot identify the encoding.

I tried to use the struct library in python but I have to define its structure first in order to read it, but I don't know the encoding. I also tried to convert it to different encodings using text editors, but again I did not get the desired outcome.

0

There are 0 best solutions below