Hello,
I try just to Kirby. But I get while browsing unfortunately no German umlauts like Ä Ü A, etc.
What did I miss? Where I would have to adjust something?
Thank you for your attention.
Jang
Hello,
I try just to Kirby. But I get while browsing unfortunately no German umlauts like Ä Ü A, etc.
What did I miss? Where I would have to adjust something?
Thank you for your attention.
Jang
Try sending a content type header in your header.php snippet right after the doctype definition:
<?php header('Content-type: text/html; charset=utf-8'); ?>
Thanks texnixe!
Now it works … but where is the problem on my system? Argggg … Now i set this in my .htacces
php_value default_charset UTF-8
and it works too Thanks for your hint!
JanG