Forum
Blog-App postUrl and "ß"
I just discovered, that the blog-app correctly uses different characters for öÖ, üÜ, äÄ etc, but it doesn't replace "ß", which is ß
.
I print out my posts with perch_blog_recent_posts();
The array shows, that the postSlug has no replacement for ß. Maybe a bug?
That code is in PHP rather than Perch. Can I see your diagnostics?
Sure:
I would expect that to work, as you have the native PHP transliteration functionality available.
The problem still exists, but we just added
to fix it.