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

Add support for non-ASCII URLs #29

Open
VladYermakov opened this issue Jul 23, 2021 · 0 comments
Open

Add support for non-ASCII URLs #29

VladYermakov opened this issue Jul 23, 2021 · 0 comments

Comments

@VladYermakov
Copy link

As feedbag uses URI.parse and Open::URI we've started getting tons of errors like the following:

URI::InvalidURIError: URI must be ascii only "https://www.rehabsociety.org.hk/zh-hant/\u4E3B\u9801/feed/"

Workaround here is to escape the URL before passing it to feedbag, but it'd be really useful if feedbag will be able to work with non-ASCII URIs (aka IRI)

Thanks in advance

@VladYermakov VladYermakov changed the title Add support of non-ASCII URLs Add support for non-ASCII URLs Jul 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant