• Resolved coholm

    (@coholm)


    This is what the export looks like with non english characters:

    Sehr geehrte Damen und Herren Ich w??rde gerne anfragen ob Sie mir ein Angebot ??ber zwei St??ck der Artikelnummer 123456 erstellen k??nnen.

    correct would be:

    Sehr geehrte Damen und Herren Ich würde gerne anfragen ob Sie mir ein Angebot über zwei Stück der Artikelnummer 123456 erstellen k?nnen.

    Is there a way to change the export format to UTF-8 ?

    • This topic was modified 5 years, 1 month ago by coholm.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter coholm

    (@coholm)

    Found it. Had to change gforms-export-entries/includes/excelwriter.inc.php

    <meta http-equiv=Content-Type content="text/html; charset=iso-8859-1">

    to

    <meta http-equiv=Content-Type content="text/html; charset=utf-8">

    Could you make that change in the next update?

    UTF-8 will work with all english characters but will also include non-english european characters.

    Plugin Contributor theverylastperson

    (@theverylastperson)

    Thanks for reporting the issue and the solution.
    We’ll make sure this is part of the next update.
    Thanks again!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Problem with non english characters’ is closed to new replies.