Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I have created a form and it works.
However, when I want to export the data it outputs Danish letters like æøå as "HTML Special Entity Codes." Ex. æ for æ.
æ
How do I avoid that?
Hi Henning,
Try to see this issue, http://issues.umbraco.org/issue/CON-815 and try to add
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
In the file that is located here: \Views\Partials\Forms\Export\html.cshtml
Hope this helps,
/Dennis
Well, it is in the CSV export. Something similar possible for that?
Is one of the bugs that Warren, is going to look at and over the next spend of time, so hopefully this will be fixed very soon. But right now I can´t give you specific version or date.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
HTML Special Entity Codes
I have created a form and it works.
However, when I want to export the data it outputs Danish letters like æøå as "HTML Special Entity Codes." Ex.
æ
for æ.How do I avoid that?
Hi Henning,
Try to see this issue, http://issues.umbraco.org/issue/CON-815 and try to add
In the file that is located here: \Views\Partials\Forms\Export\html.cshtml
Hope this helps,
/Dennis
Well, it is in the CSV export. Something similar possible for that?
Hi Henning,
Is one of the bugs that Warren, is going to look at and over the next spend of time, so hopefully this will be fixed very soon. But right now I can´t give you specific version or date.
/Dennis
is working on a reply...