I need to interpret .dat files, for example. I suppose this is the content of it:
³Å¸ÎÔ|
,
being equivalent to "Davis" as a text.
In JavaScript, using XMLHttpRequest
to a .dat file should respond with the text "Davis", but it does not interpret this.
How can I interpret this complex content with my code in steps?