CSV source of Advanced Data Table handles UTF-8 incorrectly.
-
Hello,
pasting UTF-8 encoded CSV string into Advanced Data Table CSV input field results in broken encoding in Elementor preview area. This is happening because DOMDocument->loadHTML() doesn’t care about UTF-8. We need to add XML header with explicit UTF-8 encoding set to loadHTML() source string.
Here comes the pull request https://github.com/WPDevelopers/essential-addons-for-elementor-lite/pull/786
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.