tomerfiliba-org / reedsolomon

⏳🛡 Pythonic universal errors-and-erasures Reed-Solomon codec to protect your data from errors and bitrot. Includes a future-proof zero-dependencies pure-python implementation 🔮 and an optional speed-optimized Cython/C extension 🚀
http://pypi.python.org/pypi/reedsolo
Other
352 stars 86 forks source link

Update reedsolo.py #3

Closed morefigs closed 10 years ago

morefigs commented 10 years ago

Removed utf-8 encoding, as this seems to limit the bytes in the bytearray to only storing data or characters represented by 7-bit (up to 128).

tomerfiliba commented 10 years ago

thanks @morefigs, i changed the encoding to latin-1 which should work for all versions as expected.