quentinsf / icsv2ledger

Interactive importing of CSV files to Ledger
196 stars 70 forks source link

Enforced utf-8 encoding when opening files #125

Closed belidzs closed 5 years ago

belidzs commented 5 years ago

It fixes encoding problems when opening files in Windows.

The problem is that its console doesn't support utf-8 and python defaults to the console codepage if no encoding= parameter is given