#8285 closed defect (bug) (duplicate)
Post/page stubs aren't sanitized enough
| Reported by: | Viper007Bond | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | General | Version: | 2.7 |
| Severity: | normal | Keywords: | needs-patch |
| Cc: | Focuses: |
Description
I have a few clients who prefer to copy/paste from Word or whatnot. This means they put fancy quotes into their post titles rather than letting WordPress do it.
For example, here's a post title:
This is a “cool” post
The stub generated off of that title:
this-is-a-%e2%80%9ccool%e2%80%9d-post
This is likely related to trying to keep funky characters from other languages intact, but I thought I'd open a ticket anyway.
Change History (3)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
I see this one often too. it's almost always related to dashes, quotes (single, double, angle), and that nasty "..." character. maybe converting those things to their non-fancy version might do the trick?