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

Provide de-normalisation #4

Open
socketpair opened this issue Mar 15, 2017 · 0 comments
Open

Provide de-normalisation #4

socketpair opened this issue Mar 15, 2017 · 0 comments

Comments

@socketpair
Copy link

socketpair commented Mar 15, 2017

Well, you have convertor ANY -> technically_correct/
It will be nice if you write ANY -> human_readable

i.e.
ANY -> normalized -> human_readable.

Human-readable mean (idna -> unicode) + unscape of percent-encoding. unsecape should be done in a way where

X = ANY -> normalized
Y = normalized -> human_readable
Z = human_readable -> normalized
assertEqual (X, Z)

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

No branches or pull requests

2 participants