You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ideally, I should be loading a map file and doing whatever magic is necessary to get it registered as a codec. Then encode/decode from bytes to strings and back using the standard library functions. This may remove the dependency on patricia-trie, as well; it seems python has built in support for character maps, but I don't know if it will do the right thing with multi-character mappings.
The text was updated successfully, but these errors were encountered:
Ideally, I should be loading a map file and doing whatever magic is necessary to get it registered as a codec. Then encode/decode from bytes to strings and back using the standard library functions. This may remove the dependency on patricia-trie, as well; it seems python has built in support for character maps, but I don't know if it will do the right thing with multi-character mappings.
The text was updated successfully, but these errors were encountered: