I noticed an encoding issue with "German Umlaute", i.e. ÄÜÖ... When I add special chars as a link text or other string property, the text is not resolved to UTF-8.
Typing "Alloy PlanÜÜÜ" in the footer Links in the Alloy Demo produces the following HTML Source:
Hi there,
I noticed an encoding issue with "German Umlaute", i.e. ÄÜÖ... When I add special chars as a link text or other string property, the text is not resolved to UTF-8.
Typing "Alloy PlanÜÜÜ" in the footer Links in the Alloy Demo produces the following HTML Source:
I set html meta tags as follows, and the string values are already wrong in the viewmodel when debugging the controller.
...
Am I missing some basic encoding setting here?
Thanks in advance!
Regards Adrian