erickok / transdroid

Manage your torrents from your Android device
GNU General Public License v3.0
1.28k stars 201 forks source link

Fix rencode string length #596

Closed gt945 closed 2 years ago

gt945 commented 2 years ago

Problem: Can not add magnet url to deluge through RPC interface Root Cause: The rencode string length is wrong if magnet URL contents CJK utf8 string Solution: Use byte length instead of string length

erickok commented 2 years ago

Very useful! Thanks!