Open
Description
Describe the bug
If any of the feed query parameters contains diacritic (accent) characters, they are left as is and not encoded, which will results in some of the clients fail to add the RSS feed with a "URL invalid" error. See: https://stackoverflow.com/questions/33211310/convert-french-accent-to-specific-encoding-in-php
To Reproduce
Steps to reproduce the behavior:
- For any chosen bridge which takes a text character parameter, use a string containing diacritic/accent characters (or copy and paste this: ąśćż)
- Generate feed URL
- Copy that feed to a RSS client of choice (it fails here with TT-RSS at least)
- See error
Expected behavior
Diacritics/accents should be properly encoded