#126 enabled the use of Unidecode as alternative to to text-unidecode. However it would be nice if there was an alternative to avoid installing GPL dependencies.
As a first step it would be great if one could call slugify with allow_unicode=True that works without any of the GPL dependencies installed.
#126 enabled the use of
Unidecodeas alternative to totext-unidecode. However it would be nice if there was an alternative to avoid installing GPL dependencies.As a first step it would be great if one could call
slugifywithallow_unicode=Truethat works without any of the GPL dependencies installed.