Quasars / orange-spectroscopy

Other
51 stars 58 forks source link

[FIX] Explicitely define utf8 encoding on open() for text files #708

Closed markotoplak closed 6 months ago

markotoplak commented 6 months ago

Aims to close #705

This could also introduce new problems for users with text files in other encodings. I'll pretend it will solve more issues that it causes.

codecov[bot] commented 6 months ago

Codecov Report

Merging #708 (7d23136) into master (0225031) will increase coverage by 0.02%. Report is 2 commits behind head on master. The diff coverage is 100.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #708 +/- ## ========================================== + Coverage 88.52% 88.55% +0.02% ========================================== Files 73 73 Lines 12613 12613 ========================================== + Hits 11166 11169 +3 + Misses 1447 1444 -3 ```