﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
34766	"utils.text: slugify misses ""l"" when converting ""ł"""	Marcin Wieczorek	nobody	"I expected Polish word ""żółć"" to be slugified as ""zolc"". Instead `slugify` returns `zoc`.

{{{
$ pip freeze | grep Django
Django==4.2.4
$ python -V
Python 3.11.3
$ python
>>> from django.utils.text import slugify
>>> slugify(""żółć"")
'zoc'
>>> slugify(""zażółć gęslą jaźń"")
'zazoc-gesla-jazn'
}}}"	Uncategorized	closed	Utilities	4.2	Normal	duplicate	slugify, utils		Unreviewed	0	0	0	0	0	0
