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

[Very Low] Feature: decode utf-8 encoded url in resources? #4

Open
ChaikaBogdan opened this issue Sep 7, 2020 · 0 comments
Open

[Very Low] Feature: decode utf-8 encoded url in resources? #4

ChaikaBogdan opened this issue Sep 7, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@ChaikaBogdan
Copy link

Some countries have possibility to use native language in urls in encoded way
For example:
https://ru.wikipedia.org/wiki/Россия -> https://ru.wikipedia.org/wiki/%D0%A0%D0%BE%D1%81%D1%81%D0%B8%D1%8F
You can check yourself on:
https://www.webatic.com/url-convertor

The problem is, when it (https://ru.wikipedia.org/wiki/Россия) pasted in resource - its keeping encoded value which is ok, but looks ugly and non-human-readable at all

This feature will probably require some client JS magic to decode such values on input.

@masc-it masc-it added the enhancement New feature or request label Sep 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants