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

Error when parsing an url with an umlaut #10

Closed
ghost opened this issue Mar 25, 2019 · 1 comment
Closed

Error when parsing an url with an umlaut #10

ghost opened this issue Mar 25, 2019 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@ghost
Copy link

ghost commented Mar 25, 2019

When I parse an URL that contains an umlaut I get an InvalidUrlException.

Steps to reproduce:

  1. Call Url::parse('https://www.example.com/bürokaufmann')

Error message:
https://www.example.com/bürokaufmann is not a valid url.

@otsch otsch self-assigned this Mar 25, 2019
@otsch otsch added the bug Something isn't working label Mar 25, 2019
@otsch
Copy link
Member

otsch commented Mar 25, 2019

Hi @mvieghofer

thank you for your report. I made a patch release (v0.1.3) that should fix your issue.

Also I'm currently working on v1.0.0 which will be released pretty soon. I'd recommend to update when it's released as it contains many improvements and you'll be able to upgrade with little or no changes at all.

@otsch otsch closed this as completed Mar 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant