#8391: Admin slugify function's results differ from those of slugify template
filter
------------------------------------+---------------------------------------
Reporter: bjornkri | Owner: nobody
Status: new | Milestone: 1.0 maybe
Component: Uncategorized | Version: SVN
Resolution: | Keywords:
Stage: Unreviewed | Has_patch: 0
Needs_docs: 0 | Needs_tests: 0
Needs_better_patch: 0 |
------------------------------------+---------------------------------------
Changes (by Daniel Pope <[EMAIL PROTECTED]>):
* summary: Admin slugify function's results defer from those of slugify
template filter => Admin slugify function's
results differ from those of slugify template
filter
Comment:
Unfortunately, slugify isn't very well-defined outside of English. In
German, for example, you would want to slugify 'Grüß' as 'gruess', but the
same logic doesn't apply in other languages, where generally you can just
omit accents at a pinch. We could build JSON transliteration character
maps, but for i18n we would need several so that they can be selected
based on locale. As an alternative, we could just do something with IRIs
instead of trying to coerce Unicode to a "nice" ASCII string.
--
Ticket URL: <http://code.djangoproject.com/ticket/8391#comment:9>
Django Code <http://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 post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---