Skip to content
This repository has been archived by the owner on Apr 7, 2021. It is now read-only.

Support international domain names (IDN) #163

Open
crimson-med opened this issue Jul 15, 2020 · 0 comments
Open

Support international domain names (IDN) #163

crimson-med opened this issue Jul 15, 2020 · 0 comments

Comments

@crimson-med
Copy link

I have recently built a small experimental service to serve dynamic svg images.

I have noticed that when I host the service on a IDN the images are broken on github.com

example code:

![graph](https://avallon.io:8443/user/noimage)
![graph](https://avallon.io:8443/user)

---

![graph](https://火.dev:8443/user/noimage)
![graph](https://火.dev:8443/user)

---

![graph](https://xn--vnx.dev:8443/user/noimage)
![graph](https://xn--vnx.dev:8443/user)

rendered code:
graph
graph


graph
graph


graph
graph


Would it be possible to get support for IDNs?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant