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

IDNA support #119

Merged
merged 12 commits into from Jan 18, 2016
Merged

IDNA support #119

merged 12 commits into from Jan 18, 2016

Commits on Dec 5, 2015

  1. IDNA support

    Fix #112
    Fix #119
    valenting authored and SimonSapin committed Dec 5, 2015
  2. Add UTS46 tests

    valenting authored and SimonSapin committed Dec 5, 2015
  3. IDNA: replace boolean parameters with a struct with named fields

    … and fix values for URLs where true/false were swapped.
    SimonSapin committed Dec 5, 2015
  4. Refactor IDNA

    SimonSapin committed Dec 5, 2015
  5. Implement most validitiy criteria

    SimonSapin committed Dec 5, 2015

Commits on Dec 15, 2015

  1. IDNA: Implement (most) bidi rules.

    valenting committed Dec 15, 2015

Commits on Dec 17, 2015

  1. Change unicode-bidi dependency to version 0.2.3

    valenting committed Dec 17, 2015

Commits on Jan 18, 2016

  1. Use matches! macro and chars.skip(2). Remove unused error code.

    valenting committed Jan 18, 2016
You can’t perform that action at this time.