qbittorrent / qBittorrent

qBittorrent BitTorrent client
https://www.qbittorrent.org
Other
27.83k stars 3.93k forks source link

%2B conversion to space not work #15524

Closed Damix48 closed 3 years ago

Damix48 commented 3 years ago

qBittorrent & operating system versions

qBittorent: v4.3.8 Operating system: Unraid - Docker Docker Image: binhex/arch-qbittorrentvpn

What is the problem?

I'm using the latest version but the conversion from %2B to spaces not work.

So from a magnet link with %2B the torrent has + in the name instead of spaces when the magnet link has +.

Correct:

Steps to reproduce

No response

Additional context

No response

Log(s) & preferences file(s)

No response

Chocobo1 commented 3 years ago

2B is the ascii hex code of a plus (+) and the ascii hex code of space (`) is20`. So I think there is no bug here.

Damix48 commented 3 years ago

Yes, I misread