Skip to content

Commit 3ed9b3e

Browse files
dan-blanchardclaude
andcommitted
docs: remove EncodingEra from What's New (was added in 6.x)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent dab6952 commit 3ed9b3e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,6 @@ cat somefile.txt | chardetect
149149
- **MIME type detection** — identifies 40+ binary file formats (images, audio/video, archives, documents, executables, fonts) via magic number signatures, plus `text/html`, `text/xml`, and `text/x-python` for markup
150150
- **Encoding filters**`include_encodings` and `exclude_encodings` parameters to restrict or exclude specific encodings from the candidate set
151151
- **99 encodings** — full coverage including EBCDIC, Mac, DOS, and Baltic/Central European families
152-
- **`EncodingEra` filtering** — scope detection to modern web encodings, legacy ISO/Mac/DOS, mainframe, or all
153152
- **Optional mypyc compilation** — 1.42x additional speedup on CPython
154153
- **Thread-safe**`detect()` and `detect_all()` are safe to call concurrently; scales on free-threaded Python
155154
- **Same API**`detect()`, `detect_all()`, `UniversalDetector`, and the `chardetect` CLI all work as before

0 commit comments

Comments
 (0)