Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Feb 6, 2024

Conversation

markotoplak
Copy link
Collaborator

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.

@markotoplak markotoplak changed the title Explicitely define utf8 encoding on open() Explicitely define utf8 encoding on open() for text files Feb 6, 2024
@markotoplak markotoplak changed the title Explicitely define utf8 encoding on open() for text files [FIX] Explicitely define utf8 encoding on open() for text files Feb 6, 2024
Copy link

codecov bot commented Feb 6, 2024

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
@@            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     

@markotoplak markotoplak merged commit 480feea into Quasars:master Feb 6, 2024
16 checks passed
@markotoplak markotoplak deleted the define-encodings branch July 10, 2024 14:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

File Reader Encoding
1 participant