Hallo JürgenB,
das ist offensichtlich UTF-8. Und beim Rest hat mir Onkel Bing Googlesby geholfen:
Pack die Bytes in ein UInt8Array, das ist eine Implementierung von ArrayBufferView, und das versteht der Kollege hier:
let exifData = new TextDecoder("utf-8").decode(exifBytes);
Quelle: SO, Antwort von James
Es brummt jedoch der A-Bär: UTF-8 ist nicht obligatorisch. Es geht auch ASCII oder Latin-1. Das kann der TextDecoder auch, du musst nur wissen, was vorliegt.
Guck mal hier, gefunden via Link hier.
Rolf
--
sumpsi - posui - obstruxi
sumpsi - posui - obstruxi