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

Support international domain names (IDN) #163

@crimson-med

Description

@crimson-med

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions