Hi everyone,
I encountered problems when using UTF-8 characters in bard fieldtype. I have a field "bard_field" with
bard_field:
-
type: paragraph
content:
-
type: text
text: 'ÄÖÜ'
Using {{ bard_field }} in antlers template gives "���" in HTML result.
HTML meta is set correct and page works with UTF-8 in every other field type except bard fields. File encoding is also utf-8.
Does someone have the same issues? Am I missing sth.?