egh / ledger-autosync

Synchronize your ledger-cli files with your bank.
GNU General Public License v3.0
273 stars 42 forks source link

Open OFX files in binary mode as ofxparse expect bytes #93

Closed Sim175 closed 4 years ago

Sim175 commented 4 years ago

Fixes #43 Fixes opening files encoded in ISO-8859-1 with accented characters.

Regression test: tests/test_weird_ofx.py, WeirdOfxTest.test_accented_characters_latin1

egh commented 4 years ago

Looks good, thank you!