Ticket #440 (closed defect: fixed)
The slugifying algorithm should handle non-ASCII characters neatly
| Reported by: | eneroth | Owned by: | boutell |
|---|---|---|---|
| Priority: | major | Milestone: | 1.4.1 |
| Component: | apostropheBlogPlugin | Version: | 1.4 |
| Keywords: | Cc: | ||
| Symfony version: | 1.4 |
Description
When I create an event with non-ASCII characters in the name, say "Hår Hör Här" (just an example, doesn't mean anything in particular), the slug generated is "h-aring-r-h-ouml-r-h-auml-r", while the proper transliteration would be "har-hor-har".
Apostrophe itself DOES transliterate correctly, for example when creating a new page. A page named "Hår Hör Här" gets the URL: http://domain.com/har-hor-har

Consequently, this should be an issue with the apostropheBlogPlugin.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


