lrq3000 / pyFileFixity

📂🛡️Suite of tools for file fixity (data protection for long term storage⌛) using redundant error correcting codes, hash auditing and duplications with majority vote, all in pure Python🐍
MIT License
133 stars 9 forks source link

encode to utf-8 instead of latin-1 #15

Open spock opened 12 months ago

spock commented 12 months ago

to add support for e.g. Cyrillic characters in file names; untested, let's see if CI/CD passes :)

related to #13

codecov[bot] commented 12 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

see 5 files with indirect coverage changes

:loudspeaker: Thoughts on this report? Let us know!

lrq3000 commented 12 months ago

Thank you very much for your PR! Unfortunately it fails to build, but there is hope, because more than half of the tests pass, so this suggests that with minor rewrites to the tests it may work fine again. I'll have a look.