URL linkification not Unicode aware
Bug #78898 reported by
Stuart Bishop
This bug affects 4 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Triaged
|
Low
|
Unassigned |
Bug Description
As can be seen with https:/
last character of the example URL is not part of the link), Launchpad thinks
URLs only contain ASCII characters.
See also bug 394908 for another example where the linkification didn't work, team descriptions
affects: | malone → launchpad-foundations |
description: | updated |
tags: | added: tales |
affects: | launchpad-foundations → launchpad-web |
tags: | added: bugjam2010 |
To post a comment you must log in.
URLs _are_ composed of only ASCII characters.
The link in Matsubara's bug report is an IRI (internationalised resource identifier), which the regexps we use for detecting links don't catch.
I am not sure what characters are allowed in an IRI exactly.