emacs-devel
[Top][All Lists]
Advanced

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

Re: url-decode-url missing


From: Juri Linkov
Subject: Re: url-decode-url missing
Date: Mon, 04 Nov 2019 00:33:49 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (x86_64-pc-linux-gnu)

>> Using decode-coding-string doesn't help either:
>>
>> (let ((url "https://en.wiktionary.org/wiki/Ω";))
>>   (string-equal url (decode-coding-string
>>                      (url-unhex-string (url-encode-url url))
>>                      'utf-8)))
>> => nil
>
> That works for me.

Thanks for trying.  I didn't expect that the result would be different
in 'emacs -Q'.  I'll investigate what is wrong in configuration
(and this is not a bug report).



reply via email to

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