#8765 closed defect (bug) (duplicate)
Strip ° characters from permalink
| Reported by: | aronchi | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | General | Version: | 2.7 |
| Severity: | normal | Keywords: | needs-patch, reporter-feedback |
| Cc: | Focuses: |
Description
If I put a "1°" in my post title, the permalinks will contain "1%c2%b0"
I think it should be stripped to "1"m without %c2%b0.
It's a problem because google doesn't follows those links, according to google webmaster tools.
I think it's not so difficult to strip down it, like it does with dollar signs and other special chars.
Change History (7)
#6
@
17 years ago
- Keywords reporter-feedback added
I agree with miqrogroove, where does it state that these are invalid links?
encoded chars in urls are valid.
I can see a reason why I would want to retain the "1°" in my permalink. If you strip this char out, then what other chars would you strip? all non US-ASCII?
This seems like a 'wontfix' to me unless the reporter can site a specific example where Google will not crawl these urls.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Why would Google not follow those links? I've got Permalinks with Chinese characters in them, and they show up in Google just fine, percent encoding and all.