Changes between Version 3 and Version 4 of Ticket #2018, comment 13
- Timestamp:
- 06/01/20 05:10:46 (8 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2018, comment 13
v3 v4 1 1 Thanks!!! Your comment '..is doing to that '''binary''' string..' pointed me in the right direction :) 2 !PyRencodergot 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 !PyRencoderwrapper. 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: … … 19 19 }}} 20 20 21 The new PyRencoder.jsis in the attachment. Can you test this?22 And do you want the ES6 source of the PyRencoder? It's just a wrapper for python-rencode node package, build with webpack/babel.21 The new `PyRencoder.js` is in the attachment. Can you test this? 22 And do you want the ES6 source of the `PyRencoder`? It's just a wrapper for python-rencode node package, build with webpack/babel.