Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Henning Molbaek 49 posts 99 karma points
    Feb 03, 2016 @ 09:32
    Henning Molbaek
    0

    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?

  • Dennis Aaen 4500 posts 18255 karma points admin hq c-trib
    Feb 03, 2016 @ 12:42
    Dennis Aaen
    0

    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

  • Henning Molbaek 49 posts 99 karma points
    Feb 03, 2016 @ 12:48
    Henning Molbaek
    0

    Well, it is in the CSV export. Something similar possible for that?

  • Dennis Aaen 4500 posts 18255 karma points admin hq c-trib
    Feb 03, 2016 @ 12:55
    Dennis Aaen
    0

    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

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies