Hi lovely community,
I have a few fields in in my blueprints for meta tags, consisting of title, desc, tags and an image. I can type special characters in my local language(æøå), but they’re outputted in html as HTML entities (e.g. ø
). I’ve already set utf-8 as the charset.
Here’s an example source code for a blog post. I’m also calling this in my config file:
return [
'debug' => true,
'date.handler' => 'strftime',
'locale' => 'da_DK.utf8',
'routes' => [
Am I missing something obvious? Google just tells me to have the locale and charset set.
Thank you in advance!
Best,
Oliver