Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Read strings using the standard library encode/decode instead of what I've got. #25

Open
andrew-vant opened this issue Mar 7, 2015 · 0 comments
Labels

Comments

@andrew-vant
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant