Ticket #453 (closed defect: fixed)
UTF8-slugs break blog and event engines
| Reported by: | oestrogen | Owned by: | dordille |
|---|---|---|---|
| Priority: | major | Milestone: | 1.4.1 |
| Component: | apostropheBlogPlugin | Version: | 1.4 |
| Keywords: | i18n | Cc: | |
| Symfony version: | 1.4 |
Description
The blog and events engines do not work with pages that have UTF8 characters in their slugs.
There are two ways to reproduce this.
First way:
1. Create a new page and name it Blögg. The slug should become blögg.
2. Change the page engine to blog.
3. The page still looks like a template-based page.
Second way:
1. Create a new page and name it Blog. The slug should become blog.
2. Change the page engine to blog. The page should now be a blog page.
3. Change the page slug to blögg.
4. The page will now look like a regular template-based page.

