Changes between Version 2 and Version 3 of Ticket #2018, comment 13
- Timestamp:
- 06/01/20 05:09:49 (9 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2018, comment 13
v2 v3 1 1 Thanks!!! Your comment '..is doing to that '''binary''' string..' pointed me in the right direction :) 2 PyRencoder got a switch for UTF-8. If we set the switch to false, it uses ascii encodig, but we want binary.3 I've changed the python-rencode node package and the PyRencoder wrapper. It now accepts the encoding parameter as string.2 !PyRencoder got a switch for UTF-8. If we set the switch to false, it uses ascii encodig, but we want binary. 3 I've changed the python-rencode node package and the !PyRencoder wrapper. It now accepts the encoding parameter as string. 4 4 5 5 Patch: