Hello,
When I export a form, I have 2 options:
- I can copy the export text on the screen and paste it into a notepad file.
- I can download it to a txt file with the download button.
My Notepad has UTF-8 as default character set.
When I open the txt file created with option 1 in Notepad, the text appears correctly: e.g. “één”.
When I open the txt file created with option 2 in Notepad, the result is different: the text “één” appears as “\u00e9\u00e9n” in the downloaded file. ( \u00e9 is the unicode value of the letter “é” ).
Is this normal, and are there any restrictions when importing?