LICENSE
MANIFEST.in
README.md
setup.py
bench/README.md
bench/bench.py
charset_normalizer/__init__.py
charset_normalizer/constant.py
charset_normalizer/encoding.py
charset_normalizer/hook.py
charset_normalizer/legacy.py
charset_normalizer/normalizer.py
charset_normalizer/probe_chaos.py
charset_normalizer/probe_coherence.py
charset_normalizer/probe_words.py
charset_normalizer/unicode.py
charset_normalizer.egg-info/PKG-INFO
charset_normalizer.egg-info/SOURCES.txt
charset_normalizer.egg-info/dependency_links.txt
charset_normalizer.egg-info/entry_points.txt
charset_normalizer.egg-info/requires.txt
charset_normalizer.egg-info/top_level.txt
charset_normalizer/assets/frequencies.json
charset_normalizer/cli/__init__.py
charset_normalizer/cli/normalizer.py
data/sample-bulgarian.txt
data/sample-chinese.txt
data/sample-english.bom.txt
data/sample-greek-2.txt
data/sample-greek.txt
data/sample-hebrew-2.txt
data/sample-hebrew-3.txt
data/sample-hebrew.txt
data/sample-korean.txt
data/sample-russian-2.txt
data/sample-russian.txt
data/sample-spanish.txt
data/sample-turkish.txt
data/sample.1.ar.srt
data/sample.1.fr.srt
data/sample.1.gr.srt
data/sample.1.he.srt
data/sample.1.hi.srt
data/sample.1.ru.srt
data/sample.1.tu.srt
data/sample.2.ar.srt
data/sample.3.ar.srt
data/sample.4.ar.srt
data/sample.5.ar.srt
data/chardet/README.txt
data/chardet/Big5/_ude_1.txt
data/chardet/EUC-JP/_ude_1.txt
data/chardet/EUC-KR/_ude_euc1.txt
data/chardet/EUC-KR/_ude_euc2.txt
data/chardet/EUC-TW/_ude_euc-tw1.txt
data/chardet/IBM855/_ude_1.txt
data/chardet/IBM866/_ude_1.txt
data/chardet/KOI8-R/_ude_1.txt
data/chardet/MacCyrillic/_ude_1.txt
data/chardet/SHIFT_JIS/_ude_1.txt
data/chardet/SHIFT_JIS/_ude_2.txt
data/chardet/SHIFT_JIS/_ude_3.txt
data/chardet/SHIFT_JIS/_ude_4.txt
data/chardet/UTF-16/bom-utf-16-be.srt
data/chardet/UTF-16/bom-utf-16-le.srt
data/chardet/UTF-32/bom-utf-32-be.srt
data/chardet/UTF-32/bom-utf-32-le.srt
data/chardet/iso-2022-jp/_ude_1.txt
data/chardet/iso-2022-kr/_ude_iso1.txt
data/chardet/iso-2022-kr/_ude_iso2.txt
data/chardet/iso-8859-1/_ude_1.txt
data/chardet/iso-8859-1/_ude_2.txt
data/chardet/iso-8859-1/_ude_3.txt
data/chardet/iso-8859-1/_ude_4.txt
data/chardet/iso-8859-1/_ude_5.txt
data/chardet/iso-8859-1/_ude_6.txt
data/chardet/iso-8859-7-greek/_ude_greek.txt
data/chardet/iso-8859-9-turkish/subtitle.srt
data/chardet/iso-8859-9-turkish/wikitop_tr_ISO-8859-9.txt
data/chardet/utf-8/_ude_1.txt
data/chardet/utf-8/_ude_2.txt
data/chardet/utf-8/_ude_3.txt
data/chardet/utf-8/_ude_5.txt
data/chardet/utf-8/_ude_greek.txt
data/chardet/utf-8/_ude_he1.txt
data/chardet/utf-8/_ude_he2.txt
data/chardet/utf-8/_ude_he3.txt
data/chardet/utf-8/_ude_russian.txt
data/chardet/utf-8-sig/_ude_4.txt
data/chardet/utf-8-sig/bom-utf-8.srt
data/chardet/windows-1251-cyrillic/_ude_1.txt
data/chardet/windows-1252/github_bug_9.txt
data/chardet/windows-1255-hebrew/_ude_he1.txt
data/chardet/windows-1255-hebrew/_ude_he2.txt
data/chardet/windows-1255-hebrew/_ude_he3.txt
test/test_cli.py
test/test_detect_legacy.py
test/test_language.py
test/test_on_byte.py
test/test_on_chardet_file.py
test/test_on_file.py
test/test_probe_chaos.py
test/test_probe_coherence.py
test/test_unicode_helper.py