emacs-devel
[Top][All Lists]
Advanced

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

Re: eww doesn't decode %AA%BB%CC URL names


From: Eli Zaretskii
Subject: Re: eww doesn't decode %AA%BB%CC URL names
Date: Fri, 25 Dec 2015 09:24:41 +0200

> From: Lars Ingebrigtsen <address@hidden>
> Cc: address@hidden
> Date: Thu, 24 Dec 2015 22:28:48 +0100
> 
> Darn!  If I start emacs -Q, I get
> 
> default-file-name-coding-system
> => utf-8-unix
> 
> And that isn't on that monstrous list up there...  Is that a bug in
> `find-coding-systems-string'?

No, it's another "issue" when dealing with coding systems.  To avoid
this, use

  (coding-system-base default-file-name-coding-system)

instead of just default-file-name-coding-system, and the same with
file-name-coding-system.

(The "-unix" suffix controls conversion of end-of-line, which is not
relevant for encoding the characters in the file name.)



reply via email to

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