emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Use IDNA on all network connections


From: Lars Ingebrigtsen
Subject: Use IDNA on all network connections
Date: Mon, 28 Dec 2015 20:54:34 +0100
User-agent: Gnus/5.130014 (Ma Gnus v0.14) Emacs/25.1.50 (gnu/linux)

I should probably have changed the subject

Lars Ingebrigtsen <address@hidden> writes:

> I've now made these changes, but haven't pushed them yet.  I'm now able
> to visit that Mexican museum site with eww.  :-)
>
> The changes are basically
>
>       (make-network-process :name name :buffer buffer
> -                           :host host :service service
> +                           :host (puny-encode-domain host) :service service
>
> in the calls to `make-network-process' in network-stream.el.
> `puny-encode-domain' is a NOP for all normal, non-IDNA domain names, so
> the potential for breakage should be pretty small...
>
> Does anybody object to this change, or have a suggestion as to how to do
> this in a different way?

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no



reply via email to

[Prev in Thread] Current Thread [Next in Thread]