#5606: urlize filter should recognize only the characters which URL RFC
specifies.
---------------------------------------------+------------------------------
Reporter: [email protected] | Owner: nobody
Status: closed | Milestone:
Component: Template system | Version: SVN
Resolution: wontfix | Keywords:
Stage: Design decision needed | Has_patch: 0
Needs_docs: 0 | Needs_tests: 0
Needs_better_patch: 0 |
---------------------------------------------+------------------------------
Changes (by mtredinnick):
* status: new => closed
* resolution: => wontfix
Comment:
We cannot really do this. URls can contain non-ASCII characters, they just
have to be URL-encoded at transmission time (not at display time). So
without doing semantic analysis, we cannot work out which words are part
of the url. The urlize filter is aiming at the 80% case. If it's not
working your domain, then you'll need to use something else.
--
Ticket URL: <http://code.djangoproject.com/ticket/5606#comment:2>
Django <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.