Closed
Description
Describe the bug
The assets/
directory shouldn't use the filesystem directly, instead should use importlib.resources
or load the data into Python similar to how the idna
package does so.
This is to make charset_normalizer
work in situations where there isn't a filesystem available like when being run from a zip file/static binary.