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

❇️ Add support for (nine) encoding that have no aliases #328

Merged
merged 1 commit into from
Aug 27, 2023

Conversation

Ousret
Copy link
Collaborator

@Ousret Ousret commented Aug 27, 2023

Close #323

List of added references:

IANA_NO_ALIASES = [
    "cp720",
    "cp737",
    "cp856",
    "cp874",
    "cp875",
    "cp1006",
    "koi8_r",
    "koi8_t",
    "koi8_u",
]

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

codecov-commenter commented Aug 27, 2023

Codecov Report

Merging #328 (2f47947) into master (56775a3) will increase coverage by 0.00%.
The diff coverage is 100.00%.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@           Coverage Diff           @@
##           master     #328   +/-   ##
=======================================
  Coverage   90.20%   90.21%           
=======================================
  Files          12       12           
  Lines        1215     1216    +1     
=======================================
+ Hits         1096     1097    +1     
  Misses        119      119           
Files Changed Coverage Δ
charset_normalizer/constant.py 100.00% <100.00%> (ø)

@Ousret Ousret merged commit 9c07cfd into master Aug 27, 2023
28 checks passed
@Ousret Ousret deleted the add-forgot-encoding branch August 27, 2023 12:35
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.

[BUG] Wrong way to get list of supported encodings
2 participants