Decode windows-1252 bytes to a string.
windows-1252
There is no loose variant for this encoding, all bytes can be decoded.
Same as:
const windows1252toString = createSinglebyteDecoder('windows-1252') Copy
const windows1252toString = createSinglebyteDecoder('windows-1252')
The bytes to decode
The decoded string
Decode
windows-1252bytes to a string.There is no loose variant for this encoding, all bytes can be decoded.
Same as: