QuiteRSS / quiterss

Free news feeds reader
https://quiterss.org
Other
1.01k stars 124 forks source link

Issue with url encoding (Linux) #936

Open artem78 opened 8 years ago

artem78 commented 8 years ago

This issue occurs with urls in rss feed, which contains encoded characters like "%D1%81%D1%82%D1%80%D0". When I click on the link in notify window, link not correctly opening in browser (Firefox). For example: link open as "https://ru.wikipedia.org/wiki/%25D0%259A%25D1%2580%25D1%258B%25D1%2581%25D0%25B8%25D0%25BD%25D0%25B0%25D1%258F_%25D1%2581%25D1%2582%25D0%25B0%25D1%258F_%28%25D0%259A%25D0%25BB%25D0%25B0%25D0%25BD_%25D0%25A1%25D0%25BE%25D0%25BF%25D1%2580%25D0%25B0%25D0%25BD%25D0%25BE%29" instead of "https://ru.wikipedia.org/wiki/%D0%9A%D1%80%D1%8B%D1%81%D0%B8%D0%BD%D0%B0%D1%8F_%D1%81%D1%82%D0%B0%D1%8F_%28%D0%9A%D0%BB%D0%B0%D0%BD_%D0%A1%D0%BE%D0%BF%D1%80%D0%B0%D0%BD%D0%BE%29".

I have quiterss installed on Windows 7 and Linux Mint, but this issue I see only in Linux.

RSS feed where you can see this problem: https://ru.wikipedia.org/w/index.php?title=%D0%A1%D0%BB%D1%83%D0%B6%D0%B5%D0%B1%D0%BD%D0%B0%D1%8F:%D0%9D%D0%BE%D0%B2%D1%8B%D0%B5_%D1%81%D1%82%D1%80%D0%B0%D0%BD%D0%B8%D1%86%D1%8B&feed=atom&hideredirs=1&limit=50&offset=&namespace=0&username=&tagfilter=

I have latest quiterss 0.18.4. My distribution: Linux Mint 17.1 (kernel: 3.13.0-37-generic)

vstepaniuk commented 3 years ago

Tilde ~ is encoded as %257E - which is incorrect. Please solve this.