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
I don't think so. Try print(type(new)). There is a from __future__ import unicode_literals import, so the literal string there should be a unicode string.
unicode-slugify/slugify/__init__.py
Line 74 in c3b1f4d
Here if rv happens to be an empty list then type of new will be regular string not Unicode.
When called unidecode on it confusing warnings appears.
The text was updated successfully, but these errors were encountered: