pyjulius icon indicating copy to clipboard operation
pyjulius copied to clipboard

Fix decoding code to treat unicode data correctly

Open unnonouno opened this issue 7 years ago • 0 comments

I fixed the code related to decoding.

  • In core.py, when a double byte data comes, you cannot call decode for data because data only has one byte data.
  • In models.py you cannot call decode for the result of xml.get('WORD') because this method returns unicode.

unnonouno avatar Feb 26 '18 09:02 unnonouno