@exodus/bytes
    Preparing search index...
    • Decode windows-1252 bytes to a string.

      There is no loose variant for this encoding, all bytes can be decoded.

      Same as:

      const windows1252toString = createSinglebyteDecoder('windows-1252')
      

      Parameters

      • arr: Uint8Array

        The bytes to decode

      Returns string

      The decoded string