mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-01-11 22:30:44 +01:00
IDNs support #171
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Louvremaster on GitHub (Dec 8, 2016).
Hello!
Let’s Encrypt now supports issuance for Internationalized Domain Names (IDNs) (https://letsencrypt.org/upcoming-features/). Please add IDNs support for your script.
Thanks
@lukas2511 commented on GitHub (Dec 18, 2016):
If they don't work out of the box I won't add support for them, unicode is hard and it's way too easy to make mistakes, especially when systems are using different versions of the tools with different localization.
If i understand this correctly you can still use the ascii "punycode" representation of the domain and it should work anyway.