Skip to content

URL not properly formed with diacritics/accents not encoded #3991

Open
@wrobelda

Description

@wrobelda

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:

  1. For any chosen bridge which takes a text character parameter, use a string containing diacritic/accent characters (or copy and paste this: ąśćż)
  2. Generate feed URL
  3. Copy that feed to a RSS client of choice (it fails here with TT-RSS at least)
  4. See error

Expected behavior
Diacritics/accents should be properly encoded

Metadata

Metadata

Assignees

No one assigned

    Labels

    Bug-ReportConfirmed bug report

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions