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
IDNA support #119
Merged
+21,978
−12
IDNA support
fee35ca
Select commit
fee35ca
IDNA support
valenting ca0ff3c
Add UTS46 tests
valenting 727220a
IDNA: replace boolean parameters with a struct with named fields
SimonSapin 7bb230f
Use a custom enum rather than strings for IDNA errors
SimonSapin cd24385
Add IDNA mapping table in source form to the repository.
SimonSapin ed30dca
Use char literals in IDNA mapping.
SimonSapin 5a8d271
Refactor IDNA
SimonSapin a6599b9
IDNA: Add DNS length check
SimonSapin c35d040
Implement most validitiy criteria
SimonSapin cb187a9
IDNA: Implement (most) bidi rules.
valenting 9801e28
Change unicode-bidi dependency to version 0.2.3
valenting eb3846d
Use matches! macro and chars.skip(2). Remove unused error code.
valenting
Merged
IDNA support #119
IDNA support
Jul 29, 2015
Aug 15, 2015
Dec 5, 2015
Dec 5, 2015
Dec 5, 2015
Dec 5, 2015
Dec 5, 2015
Dec 5, 2015
Dec 5, 2015
Dec 15, 2015
Dec 17, 2015
Jan 18, 2016
fee35ca
Select commit
fee35ca
IDNA support
valenting ca0ff3c
Add UTS46 tests
valenting 727220a
IDNA: replace boolean parameters with a struct with named fields
SimonSapin 7bb230f
Use a custom enum rather than strings for IDNA errors
SimonSapin cd24385
Add IDNA mapping table in source form to the repository.
SimonSapin ed30dca
Use char literals in IDNA mapping.
SimonSapin 5a8d271
Refactor IDNA
SimonSapin a6599b9
IDNA: Add DNS length check
SimonSapin c35d040
Implement most validitiy criteria
SimonSapin cb187a9
IDNA: Implement (most) bidi rules.
valenting 9801e28
Change unicode-bidi dependency to version 0.2.3
valenting eb3846d
Use matches! macro and chars.skip(2). Remove unused error code.
valenting