LICENSE
MANIFEST.in
README.rst
pyproject.toml
setup.cfg
charex/__init__.py
charex/__main__.py
charex/charex.py
charex/charsets.py
charex/cmds.py
charex/denormal.py
charex/escape.py
charex/gui.py
charex/http.py
charex/normal.py
charex/shell.py
charex/util.py
charex.egg-info/PKG-INFO
charex.egg-info/SOURCES.txt
charex.egg-info/dependency_links.txt
charex.egg-info/entry_points.txt
charex.egg-info/requires.txt
charex.egg-info/top_level.txt
charex/data/PropertyValueAliases.txt
charex/data/UnicodeData.txt
charex/data/__init__.py
charex/data/entities.json
charex/data/help_xt.txt
charex/data/quote.html
charex/data/result.html
charex/data/rev_casefold.json
charex/data/rev_nfc.json
charex/data/rev_nfd.json
charex/data/rev_nfkc.json
charex/data/rev_nfkd.json
charex/data/sources.json
charex/data/__pycache__/__init__.cpython-311.pyc
charex/static/styles/styles.css
tests/test_charex.py
tests/test_charset.py
tests/test_denormal.py
tests/test_escape.py
tests/test_main.py
tests/test_normal.py
tests/test_shell.py
tests/test_utility.py