-
Notifications
You must be signed in to change notification settings - Fork 159
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
Match browser implementations (e.g. 1
)
#12
Comments
So I think you guys are good as far as the Punycode algorithm is concerned. But there's a bunch of pre-processing that's unclear and differs slightly between browsers. Trying to sort it out. |
Another example: http://mothereff.in/punycode#%E2%84%81.vagosec.org http://℁.vagosec.org/ / http://xn--01g.vagosec.org/ Let’s wait until http://url.spec.whatwg.org/#concept-host-parser is complete. Ref. http://wiki.whatwg.org/wiki/URL#IDNA. |
I guess maybe this isn't as important for this library if other libraries are writing the ToASCII logic on top... Depends a bit on what you're aiming for and what users expect I suppose. |
|
@annevk reported this one.
http://mothereff.in/punycode#%EF%BC%91.com
AFAICT, that’s just the Punycode algorithm doing its thing. I guess browsers normalize the input first?
The text was updated successfully, but these errors were encountered: