dachcom-digital / pimcore-seo

The last SEO Bundle for Pimcore you'll ever need!
Other
38 stars 14 forks source link

Umlauts in markup #45

Closed mindbreaker closed 1 year ago

mindbreaker commented 1 year ago

I've noticed an issue with the way umlauts are displayed in Schema Markup. It seems that the umlauts are not formatted correctly and the output is incorrect.

For example, the letter "ä" is being displayed as "\u00c3\u00a4" in the markup after saving. On the source code the output is: ä. When manually inputting special characters, they may not display correctly unless they are entered as HTML entities. This issue does not occur when the input is done through the API, such as in the case of an organization.

solverat commented 1 year ago

fixed in #46