0
I need to interpret files .dat, for example. I suppose this is the content of it:
³Å¸ÎÔ|
,
which would be equivalent to "Davis" as a text.
In Javascript, using XMLHttpRequest
for a file . dat of these should answer with the text "Davis", but he does not interpret this.
How can I interpret this complex content with my code in steps?
Related: How to read binary file content in Javascript.
– Bacco
@Bacco Although there is no related answer. FINALLY, my question is about interpretation.
– Klaider