#34766: utils.text: slugify misses "l" when converting "ł"
----------------------------------+--------------------------------------
     Reporter:  Marcin Wieczorek  |                    Owner:  nobody
         Type:  Uncategorized     |                   Status:  closed
    Component:  Utilities         |                  Version:  4.2
     Severity:  Normal            |               Resolution:  invalid
     Keywords:  slugify, utils    |             Triage Stage:  Unreviewed
    Has patch:  0                 |      Needs documentation:  0
  Needs tests:  0                 |  Patch needs improvement:  0
Easy pickings:  0                 |                    UI/UX:  0
----------------------------------+--------------------------------------
Changes (by Mariusz Felisiak):

 * status:  new => closed
 * resolution:   => invalid


Comment:

 Django uses `NFKD` normalization via `unicodedata.normalize()`. We don't
 maintain our own character maps, so there is nothing to "fix" in Django
 itself.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/34766#comment:1>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/01070189d51f74d0-ec5aea66-630f-42e3-b011-7ac376647cd2-000000%40eu-central-1.amazonses.com.

Reply via email to