dilawar / PlotDigitizer

A Python utility to digitize plots.
GNU General Public License v3.0
122 stars 23 forks source link

logger doesn't support utf-8, resulting in error in Windows Command Promp #7

Open shaikh-raj opened 3 years ago

shaikh-raj commented 3 years ago

When I was trying to explore this tool in windows command prompt, it gives me error for Unicode Not Supported. After digging inside the code, I found that it requires to add utf-8 additionally in logger argument, which will add support for user to run from windows command prompt.

More details regarding issue can be found here.. https://github.com/Delgan/loguru/issues/124

Please let me know if I can create Pull Request for this small fix. I have made the changes in local.

dilawar commented 2 years ago

@shaikh-raj I didn't receive any notification from this repo for a while. I just saw it today. PRs are welcome. Thanks.