-
- Downloads
py3: convert to unicode to pass into encode()
encoding.encoding is bytes, we need to pass it to encode() which accepts unicodes in py3, so used pycomapt.sysstr() Also this can't be done using transformer as that only transforms the string values not variables.
Loading
Please register or sign in to comment