Dominique Dumont <dominique.dum...@netc.fr> writes:

> For what it's worth, DNS servers faces a similar problem where host names can
> contain any unicode character, but DNS servers support only ascii char. In DNS
> cases, this is worked around using punycode. (1)
>
> Using the example above, a host named "こんにちは.example" is converted to
> "xn--28j2a3ar1p.example".
>
> Punycode is available in Emacs through libidn (2)

Thanks! I'm now making use of it as of 
https://github.com/tecosaur/emacs-config/commit/1ccbadd

--
Timothy

Reply via email to