You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in general supporting python 2.7 and python 3.3+ makes unicode handling quite tricky. I suggest using python future library (or six) to handle this consistently here they talk about str() . See also django for a complete example.
#61 implements lots of clean-ups for Unicode Support. But there is more work to be done. I would base your work off of that branch (if it's not merged yet).
I'm not confident about Unicode support.
The text was updated successfully, but these errors were encountered: