* eww.el (eww-decode-url-file-name): Use the base coding
system to check for encodability.
(car (detect-coding-string binary))))))
(encodes (find-coding-systems-string decoded)))
(if (or (equal encodes '(undecided))
- (memq (or file-name-coding-system
- default-file-name-coding-system)
+ (memq (coding-system-base (or file-name-coding-system
+ default-file-name-coding-system))
encodes))
decoded
;; If we can't encode the decoded file name (due to language