Closed jjsendor closed 8 years ago
I have added unicode()
invocation. It also required TypeError
handling as it was thrown sometimes. I guess due to unicode strings being passed there: decoding Unicode is not supported
.
Actually it seems that checking for the unicode
type should be enough to prevent TypeError
.
LG2M
Closes #30.