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

feat: accept MIME when detecting encoding #90

Merged
merged 1 commit into from
Jan 6, 2025

Conversation

Seddryck
Copy link
Owner

@Seddryck Seddryck commented Jan 6, 2025

  • if MIME is supplied the detecor will check if corresponding BOM is present or not
  • without MIME, will check the standard encodings based on BOM
  • if none, fallback to UTF-8 without BOM

- if MIME is supplied the detecor will check if corresponding BOM is present or not
- without MIME, will check the standard encodings based on BOM
- if none, fallback to UTF-8 without BOM
@Seddryck Seddryck merged commit 631b769 into main Jan 6, 2025
5 checks passed
@Seddryck Seddryck deleted the feat/improve-encoding-detector branch January 6, 2025 20:34
@Seddryck Seddryck added the new-feature Request for a new feature in the tool label Jan 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new-feature Request for a new feature in the tool
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant