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

Fix utf8 -> latin1 #7

Closed lrq3000 closed 9 years ago

lrq3000 commented 9 years ago

Fix a potential issue in the future in the test cases I have added (messages were encoded in UTF8 instead of Latin1). The library itself didn't contain any issue, it's only in the unit test.