We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I view form submissions that have unicode characters they seem to come out entified.
Submit a form using special characters eg. ' and then view the submission in the admin reports.
The admin reports in the browser and in the download are showing entified characters.
The characters should show normally as uft-8.
Apache and PHP 7.3.
The text was updated successfully, but these errors were encountered:
Example of what is showing in the submission detail popup for one of the fields:
Want to buy 100' of Hedgelink Fence Slats for a 6' chain link fence at my home, either delivered or installed. Thank you!
Look at the ' and others also show up in similar ways.
'
Sorry, something went wrong.
No branches or pull requests
Bug report
Summary
When I view form submissions that have unicode characters they seem to come out entified.
Step to reproduce
Submit a form using special characters eg. ' and then view the submission in the admin reports.
Observed behavior
The admin reports in the browser and in the download are showing entified characters.
Expected behavior
The characters should show normally as uft-8.
Environment
Apache and PHP 7.3.
The text was updated successfully, but these errors were encountered: