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

❇️ Introducing fallback match for ASCII and UTF-8 #64

Merged
merged 1 commit into from
Jul 15, 2021

Conversation

Ousret
Copy link
Collaborator

@Ousret Ousret commented Jul 15, 2021

This will be used as a last resort only. In case the detection fails to find any suitable match.
This PR has been made according to some community wishes.

@Ousret Ousret added enhancement New feature or request detection Related to the charset detection mechanism, chaos/mess/coherence labels Jul 15, 2021
@codecov-commenter
Copy link

codecov-commenter commented Jul 15, 2021

Codecov Report

Merging #64 (ec95f7f) into master (d8f0bf4) will increase coverage by 0.03%.
The diff coverage is 87.50%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #64      +/-   ##
==========================================
+ Coverage   85.10%   85.14%   +0.03%     
==========================================
  Files          11       11              
  Lines        1061     1077      +16     
==========================================
+ Hits          903      917      +14     
- Misses        158      160       +2     
Impacted Files Coverage Δ
charset_normalizer/api.py 84.12% <87.50%> (+0.31%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d8f0bf4...ec95f7f. Read the comment docs.

@Ousret Ousret merged commit d3d3609 into master Jul 15, 2021
@Ousret Ousret deleted the patch-fallback branch July 15, 2021 20:28
@Ousret Ousret mentioned this pull request Jul 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
detection Related to the charset detection mechanism, chaos/mess/coherence enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants