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

Consider upgrading HttpUrl to IDNA 2008 #1615

Closed
swankjesse opened this issue May 9, 2015 · 1 comment
Closed

Consider upgrading HttpUrl to IDNA 2008 #1615

swankjesse opened this issue May 9, 2015 · 1 comment
Labels
bug Bug in existing code
Milestone

Comments

@swankjesse
Copy link
Member

We're currently using java.net.IDN which implements IDNA 2003 on the systems I tried.
http://www.unicode.org/reports/tr46/

I actually wrote & discarded a nearly-complete implementation here:
#1612

The PR does mapping, but not punycode or deviants.

@swankjesse swankjesse added the bug Bug in existing code label May 9, 2015
@swankjesse swankjesse added this to the Icebox milestone May 9, 2015
@yschimke
Copy link
Collaborator

IDN hasn't taken over, we don't see enough usage to justify owning custom implementation, so closing. Following the JVM and Android platform.

Won't fix.

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

No branches or pull requests

2 participants