caesar0301 / treelib

An efficient implementation of tree data structure in python 2/3.
http://treelib.readthedocs.io/en/latest/
Other
800 stars 185 forks source link

Updated tree.py which was giving a Unicode Encode Error #215

Closed savioratharv closed 10 months ago

savioratharv commented 12 months ago

Line 932 gives this error "UnicodeEncodeError: 'charmap' codec can't encode characters in position 20-22: character maps to " , solved it using the encode function.

catosaurusrex2003 commented 12 months ago

this solved my error. thanks